]> git.sesse.net Git - ffmpeg/commit
mlp_parser: account for AVCodecContext.request_channels when setting the channel...
authorTim Walker <tdskywalker@gmail.com>
Mon, 31 Dec 2012 14:33:26 +0000 (15:33 +0100)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 22 Jan 2013 21:10:02 +0000 (16:10 -0500)
commitb0c7e3ffd09f68022429920da483ad7abed84aa1
treebb7a5478b6474177fc0d76c963c3b4ade135e6fd
parent1fd2deedcc6400e08b31566a547a5fac3b38cefb
mlp_parser: account for AVCodecContext.request_channels when setting the channel layout.

Allows users to configure the output based on what's actually decoded, rather than the full native layout.

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavcodec/mlp_parser.c