mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 11:03:26 +08:00
100l
Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@ -595,7 +595,7 @@ static void do_video_out(AVFormatContext *s,
|
|||||||
double adelta, vdelta, av_delay;
|
double adelta, vdelta, av_delay;
|
||||||
|
|
||||||
adelta = audio_sync->sync_ipts - ((double)audio_sync->sync_opts *
|
adelta = audio_sync->sync_ipts - ((double)audio_sync->sync_opts *
|
||||||
ost->st->time_base.num / ost->st->time_base.den);
|
audio_sync->st->time_base.num / audio_sync->st->time_base.den);
|
||||||
|
|
||||||
vdelta = ost->sync_ipts - ((double)ost->sync_opts *
|
vdelta = ost->sync_ipts - ((double)ost->sync_opts *
|
||||||
ost->st->time_base.num / ost->st->time_base.den);
|
ost->st->time_base.num / ost->st->time_base.den);
|
||||||
|
Reference in New Issue
Block a user