[FFmpeg-devel] [PATCH 1/4] avcodec/libdcadec: fix request_channel_layout

2015-12-07 Thread foo86
Take request_channel_layout as a hint and don't force 2.0 downmix by using both the 2CH and 6CH flags together. Remove warnings about missing coefficients because they are no longer relevant. Honor AV_CH_LAYOUT_NATIVE and make it possible for native DTS channel layout to be output. ---

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/libdcadec: fix request_channel_layout

2015-12-07 Thread Michael Niedermayer
On Mon, Dec 07, 2015 at 06:47:47PM +0300, foo86 wrote: > Take request_channel_layout as a hint and don't force 2.0 downmix by > using both the 2CH and 6CH flags together. > > Remove warnings about missing coefficients because they are no longer > relevant. > > Honor AV_CH_LAYOUT_NATIVE and make