diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-23 14:35:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-23 14:35:55 +0000 |
commit | 9debb40040c4c040220b189c220e3089d8220cd0 (patch) | |
tree | 859d31fe040c86a827d2c6fc8a78276f4fb69b0f | |
parent | a62aecce2c7ddd2c576a078bfccff3d441d40e62 (diff) | |
download | ffmpeg-9debb40040c4c040220b189c220e3089d8220cd0.tar.gz |
100l
Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |