[FFmpeg-cvslog] r17642 - trunk/ffmpeg.c
michael
subversion
Fri Feb 27 15:44:58 CET 2009
Author: michael
Date: Fri Feb 27 15:44:58 2009
New Revision: 17642
Log:
Update commented fprintf().
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Fri Feb 27 15:13:15 2009 (r17641)
+++ trunk/ffmpeg.c Fri Feb 27 15:44:58 2009 (r17642)
@@ -869,7 +869,7 @@ static void do_video_out(AVFormatContext
ost->sync_opts= lrintf(get_sync_ipts(ost) / av_q2d(enc->time_base));
else if (vdelta > 1.1)
nb_frames = lrintf(vdelta);
-//fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, ost->sync_ipts, nb_frames);
+//fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, get_sync_ipts(ost), nb_frames);
if (nb_frames == 0){
++nb_frames_drop;
if (verbose>2)
More information about the ffmpeg-cvslog
mailing list