Re: [FFmpeg-devel] [PATCH 4/5] avcodec/dca: move channel counter utility into dca.h

2016-04-28 Thread James Almer
On 4/27/2016 2:21 PM, foo86 wrote: > Also add actual speaker pair definitions. > --- > libavcodec/dca.h | 28 > libavcodec/dca_exss.c | 9 ++--- > 2 files changed, 30 insertions(+), 7 deletions(-) > > diff --git a/libavcodec/dca.h b/libavcodec/dca.h > index

[FFmpeg-devel] [PATCH 4/5] avcodec/dca: move channel counter utility into dca.h

2016-04-27 Thread foo86
Also add actual speaker pair definitions. --- libavcodec/dca.h | 28 libavcodec/dca_exss.c | 9 ++--- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/libavcodec/dca.h b/libavcodec/dca.h index ccb02af..1b90d40 100644 --- a/libavcodec/dca.h +++