[FFmpeg-devel] [PATCH 2/5] avcodec/dcaenc: move channel reordering tables to dcaenc.h

James Almer jamrial at gmail.com
Sun May 1 05:17:46 CEST 2016


On 4/27/2016 2:20 PM, foo86 wrote:
> DCA core decoder no longer uses fixed tables for channel reordering.
> Move them into private encoder header (and drop ff_dca_ prefix).
> ---
>  libavcodec/dcadata.c | 42 ------------------------------------------
>  libavcodec/dcadata.h |  5 -----
>  libavcodec/dcaenc.c  |  6 +++---
>  libavcodec/dcaenc.h  | 42 ++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 45 insertions(+), 50 deletions(-)

Applied.



More information about the ffmpeg-devel mailing list