]> git.sesse.net Git - ffmpeg/commit
mlpdec: fix request_channel_layout behavior.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Feb 2014 17:21:13 +0000 (17:21 +0000)
committerTim Walker <tdskywalker@gmail.com>
Sat, 8 Feb 2014 19:10:35 +0000 (20:10 +0100)
commitf90a4bfc43c9192e89d9b4c81d80789cd9b38a2f
treeac746e4d01087b8ed043cb2f73d89adb23672418
parentcde7df25ef74b85b5ce11d9171779f28f0c12d15
mlpdec: fix request_channel_layout behavior.

When request_channel_layout is 0,
all substreams should be decoded.

Signed-off-by: Tim Walker <tdskywalker@gmail.com>
libavcodec/mlpdec.c