[SCM] libav/experimental: Update commented fprintf().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:39:47 UTC 2013
The following commit has been merged in the experimental branch:
commit fc6765d7194b7e82fd871f88e8938b430cf8a910
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Feb 27 14:44:58 2009 +0000
Update commented fprintf().
Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/ffmpeg.c b/ffmpeg.c
index 1e31570..f5849b4 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list