From bd75347a20c3952954121ce00ec2ac6fa62a01ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 Dec 2012 13:43:56 +0000 Subject: Small method rename. --- src/lib/ffmpeg_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_decoder.cc') diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 51afc461a..9fd6a0c05 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -273,7 +273,7 @@ FFmpegDecoder::pass () } if (_opt->video_sync) { - out_careful (); + out_with_sync (); } else { filter_and_emit_video (_frame); } @@ -620,7 +620,7 @@ FFmpegAudioStream::to_string () const void -FFmpegDecoder::out_careful () +FFmpegDecoder::out_with_sync () { /* Where we are in the output, in seconds */ double const out_pts_seconds = video_frame() / frames_per_second(); -- cgit v1.2.3