Re: [FFmpeg-devel] [PATCH 0/4] DCA decoder fixes

2016-03-02 Thread James Almer
On 3/2/2016 4:30 PM, foo86 wrote: > This fixes some potential issues I've identified within new DCA decoder. It is > probably a good idea to backport these patches into 3.0 release branch. > > foo86 (4): > avcodec/dca: clear X96 channels if nothing was decoded > avcodec/dca: fix av_cold placem

[FFmpeg-devel] [PATCH 0/4] DCA decoder fixes

2016-03-02 Thread foo86
This fixes some potential issues I've identified within new DCA decoder. It is probably a good idea to backport these patches into 3.0 release branch. foo86 (4): avcodec/dca: clear X96 channels if nothing was decoded avcodec/dca: fix av_cold placement in declarations avcodec/dca: simplify co