[FFmpeg-cvslog] r25773 - trunk/ffmpeg.c
bcoudurier
subversion
Sat Nov 20 09:03:59 CET 2010
Author: bcoudurier
Date: Sat Nov 20 09:03:58 2010
New Revision: 25773
Log:
Cosmetics, fix indentation
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Sat Nov 20 08:19:43 2010 (r25772)
+++ trunk/ffmpeg.c Sat Nov 20 09:03:58 2010 (r25773)
@@ -1123,7 +1123,7 @@ static void do_video_out(AVFormatContext
if(vdelta<=-0.6){
nb_frames=0;
}else if(vdelta>0.6)
- ost->sync_opts= lrintf(sync_ipts);
+ ost->sync_opts= lrintf(sync_ipts);
}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, get_sync_ipts(ost), nb_frames);
More information about the ffmpeg-cvslog
mailing list