summaryrefslogtreecommitdiffstats
path: root/libavcodec/g722dsp.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-16 01:54:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-16 01:54:19 +0100
commit9f1792982eb69782fa6d1ff0ab5d11d21bd451df (patch)
tree065764c63ed21400552f726beeaa2cde52ff9a17 /libavcodec/g722dsp.h
parent47df21e1727c83648a645b0dde34e99f1b7bdc93 (diff)
parent10f160768b824f00933f33bc69f1fae89a25dfc8 (diff)
downloadffmpeg-streaming-9f1792982eb69782fa6d1ff0ab5d11d21bd451df.zip
ffmpeg-streaming-9f1792982eb69782fa6d1ff0ab5d11d21bd451df.tar.gz
Merge commit '10f160768b824f00933f33bc69f1fae89a25dfc8'
* commit '10f160768b824f00933f33bc69f1fae89a25dfc8': g722: Reduce number of pointers passed to g722_apply_qmf() function Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/g722dsp.h')
-rw-r--r--libavcodec/g722dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g722dsp.h b/libavcodec/g722dsp.h
index a786434..210e107 100644
--- a/libavcodec/g722dsp.h
+++ b/libavcodec/g722dsp.h
@@ -24,7 +24,7 @@
#include <stdint.h>
typedef struct G722DSPContext {
- void (*apply_qmf)(const int16_t *prev_samples, int *xout1, int *xout2);
+ void (*apply_qmf)(const int16_t *prev_samples, int xout[2]);
} G722DSPContext;
void ff_g722dsp_init(G722DSPContext *c);
OpenPOWER on IntegriCloud