Commit 67eb1c6e authored by michael's avatar michael

100l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3151 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 25cf828e
......@@ -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