Skip to content

Commit

Permalink
Removed debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed Oct 12, 2021
1 parent bc137ce commit af8ddae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion video_compare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ void VideoCompare::video() {
if (display_->get_seek_from_start()) {
// seek from start based on first stream duration in seconds
next_position = (demuxer_[0]->duration() * av_q2d(AV_TIME_BASE_Q) * display_->get_seek_relative());
std::cout << next_position << std::endl;
} else {
next_position = current_position + display_->get_seek_relative();
}
Expand Down

0 comments on commit af8ddae

Please sign in to comment.