summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plusdec.c
Commit message (Collapse)AuthorAge
* atrac3plus: Make initialization dependant on channel count rather than ↵Jan Ekström2014-01-31
| | | | | | | | channel map Makes it easier to recreate an AVCodecContext for ATRAC3+ decoding, which is needed in multimedia frameworks, as well as in general cases where demuxing and decoding are separate entities.
* ATRAC3+ decoderMaxim Polijakowski2014-01-09
Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>