summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-20 14:07:51 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-20 14:13:16 +0100
commitc62cb1112ffc32492c99aa1e94324fc6a951abe9 (patch)
tree4ed9a1feb6ea8db5b431487e6618d1015e84eb9a /libavcodec/dsputil.h
parentcf061a9c3b861a048dd5b67ded5265c6f53805e5 (diff)
parentfef906c77c09940a2fdad155b2adc05080e17eda (diff)
downloadffmpeg-streaming-c62cb1112ffc32492c99aa1e94324fc6a951abe9.zip
ffmpeg-streaming-c62cb1112ffc32492c99aa1e94324fc6a951abe9.tar.gz
Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'
* commit 'fef906c77c09940a2fdad155b2adc05080e17eda': Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. Conflicts: libavcodec/dsputil.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index c53a291..153e3a6 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -364,8 +364,6 @@ typedef struct DSPContext {
void (*h261_loop_filter)(uint8_t *src, int stride);
- /* assume len is a multiple of 4, and arrays are 16-byte aligned */
- void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize);
/* assume len is a multiple of 16, and arrays are 32-byte aligned */
void (*vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len);
/* assume len is a multiple of 8, and src arrays are 16-byte aligned */
OpenPOWER on IntegriCloud