OSDN Git Service

- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
authorJuanjo <pulento@users.sourceforge.net>
Tue, 9 Apr 2002 04:52:49 +0000 (04:52 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Tue, 9 Apr 2002 04:52:49 +0000 (04:52 +0000)
commite0d2714adc4985198a4c9fadf76508cfe7c131d0
tree8907aa932e9da43372590f5454fd7fd231e0983e
parent9f862d1133e23c26e7b682c625f380f68cd4627b
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
AC3 set avcodec_context->channels to the desired number channels, if the
setting is 0 AC3 decoder will set it to the channels found in the
stream.
- Changed ffmpeg to cope with the new "way" of AC3 decoding.
- ASF muxer now uses Tickers for PTS calculations.

Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libav/asf.c
libavcodec/ac3dec.c
libavcodec/utils.c