summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-02-27 14:44:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-02-27 14:44:58 +0000
commitfc6765d7194b7e82fd871f88e8938b430cf8a910 (patch)
treeadb0cf9190059269ac2746ac7b858ca8b87b7f24
parentfe02d9e71931b6b7ed8c1e88a26a96943931699d (diff)
Update commented fprintf().
Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 1e31570fd0..f5849b4fa2 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -869,7 +869,7 @@ static void do_video_out(AVFormatContext *s,
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)