mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Cosmetics, fix indentation
Originally committed as revision 25773 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78f9d35c9a
commit
7f48bfa1e3
1 changed files with 1 additions and 1 deletions
2
ffmpeg.c
2
ffmpeg.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue