Update commented fprintf().
Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe02d9e719
commit
fc6765d719
2
ffmpeg.c
2
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));
|
ost->sync_opts= lrintf(get_sync_ipts(ost) / av_q2d(enc->time_base));
|
||||||
else if (vdelta > 1.1)
|
else if (vdelta > 1.1)
|
||||||
nb_frames = lrintf(vdelta);
|
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){
|
if (nb_frames == 0){
|
||||||
++nb_frames_drop;
|
++nb_frames_drop;
|
||||||
if (verbose>2)
|
if (verbose>2)
|
||||||
|
Loading…
Reference in New Issue
Block a user