flacdec: do not overwrite a channel layout set by the caller
authorAnton Khirnov <anton@khirnov.net>
Sun, 25 May 2014 09:12:33 +0000 (11:12 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 May 2014 05:46:04 +0000 (07:46 +0200)
commitf13ffb6636fdecb5e3e0ddcff48f096e7b3db362
treed72988d01c0d85178df4a04a66972bcbafec3e8e
parent9767d7c092c890ecc5953452e8a951fd902dd67b
flacdec: do not overwrite a channel layout set by the caller

The channel layout mask for non-standard layouts is typically stored at
the container level (as a vorbiscomment tag) for FLAC.
libavcodec/flac.c