Commit 9debb400 authored by Michael Niedermayer's avatar Michael Niedermayer

100l

Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a62aecce
......@@ -595,7 +595,7 @@ static void do_video_out(AVFormatContext *s,
double adelta, vdelta, av_delay;
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 *
ost->st->time_base.num / ost->st->time_base.den);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment