diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-11-20 08:03:58 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-11-20 08:03:58 +0000 |
commit | 7f48bfa1e366d3ec8f207f2b55bb952e4e86f354 (patch) | |
tree | b2920444a8c50f3bde0b040f5d9e68f709448337 /ffmpeg.c | |
parent | 78f9d35c9abeb9842656fa9344ca34fe370ce1db (diff) | |
download | ffmpeg-7f48bfa1e366d3ec8f207f2b55bb952e4e86f354.tar.gz |
Cosmetics, fix indentation
Originally committed as revision 25773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1123,7 +1123,7 @@ static void do_video_out(AVFormatContext *s, 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); |