OSDN Git Service

lavc/audiotoolboxdec: add eac3 decoder
authorRodger Combs <rodger.combs@gmail.com>
Thu, 31 Mar 2016 01:55:32 +0000 (20:55 -0500)
committerRodger Combs <rodger.combs@gmail.com>
Sat, 2 Apr 2016 08:03:13 +0000 (03:03 -0500)
commitb4daa2c40fb77974af6814cc0baaeec6a7481101
treef3befd21db0f57552b793d0eb8c36156173c2544
parent1b9e90ee80be92c8e14349a8fc74b4560a46e648
lavc/audiotoolboxdec: add eac3 decoder

This is added in 10.11, so we add a #define when building against older SDKs.

The decoder actually supports 7.1-channel eac3, but since the parser only
reports 6 channels, we end up decoding the 5.1 downmix (same as the internal
decoder) for now.
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/audiotoolboxdec.c