summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dsp.h
diff options
context:
space:
mode:
authorNedeljko Babic <nbabic@mips.com>2014-04-01 16:31:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-01 19:01:57 +0200
commit696e34a6e15d9d9d655191a953779d06dc3b5897 (patch)
tree4401c485e31b7cc878179d44481635213eecd7a6 /libavcodec/ac3dsp.h
parentd506deaeaa98013505241d8149d82327efea0379 (diff)
downloadffmpeg-streaming-696e34a6e15d9d9d655191a953779d06dc3b5897.zip
ffmpeg-streaming-696e34a6e15d9d9d655191a953779d06dc3b5897.tar.gz
libavcodec: Implementation of AC3 fixedpoint decoder
Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3dsp.h')
-rw-r--r--libavcodec/ac3dsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/ac3dsp.h b/libavcodec/ac3dsp.h
index f18583c..ed98c8c 100644
--- a/libavcodec/ac3dsp.h
+++ b/libavcodec/ac3dsp.h
@@ -135,6 +135,9 @@ typedef struct AC3DSPContext {
void (*downmix)(float **samples, float (*matrix)[2], int out_ch,
int in_ch, int len);
+ void (*downmix_fixed)(int32_t **samples, int16_t (*matrix)[2], int out_ch,
+ int in_ch, int len);
+
/**
* Apply symmetric window in 16-bit fixed-point.
* @param output destination array
OpenPOWER on IntegriCloud