From 9debb40040c4c040220b189c220e3089d8220cd0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 23 May 2004 14:35:55 +0000 Subject: [PATCH] 100l Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index e5e2d0a5a8..289223c5af 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -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);