]> git.sesse.net Git - ffmpeg/commit
atrac3plus: Make initialization dependant on channel count rather than channel map
authorJan Ekström <jeebjp@gmail.com>
Thu, 30 Jan 2014 08:37:53 +0000 (08:37 +0000)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 31 Jan 2014 10:09:10 +0000 (11:09 +0100)
commit5312818524484a995433b986a2a7a6602572d4db
tree0c00a4a8876fa924f5e510b2bfa9cb262731f6f6
parent9ee9c679a7d444db223cf932e89cd39351f54f2d
atrac3plus: Make initialization dependant on channel count rather than 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.
libavcodec/atrac3plusdec.c