summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dsp.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-20 23:11:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-20 23:12:16 +0100
commit69278d94c4823f5ea988751e34cb2b8e33426b01 (patch)
tree85f53f9af0336138eea9c0eed5021c340f332615 /libavcodec/vc1dsp.h
parenteedd9148733ff4467c62092ad1c1a26d6125b249 (diff)
parent832e19063209a5f355af733d1a45f5051f49ce33 (diff)
downloadffmpeg-69278d94c4823f5ea988751e34cb2b8e33426b01.tar.gz
Merge commit '832e19063209a5f355af733d1a45f5051f49ce33'
* commit '832e19063209a5f355af733d1a45f5051f49ce33': vc1: arm: Add NEON assembly Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dsp.h')
-rw-r--r--libavcodec/vc1dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dsp.h b/libavcodec/vc1dsp.h
index a0d6048054..018d298535 100644
--- a/libavcodec/vc1dsp.h
+++ b/libavcodec/vc1dsp.h
@@ -77,6 +77,7 @@ typedef struct VC1DSPContext {
} VC1DSPContext;
void ff_vc1dsp_init(VC1DSPContext* c);
+void ff_vc1dsp_init_arm(VC1DSPContext* dsp);
void ff_vc1dsp_init_ppc(VC1DSPContext *c);
void ff_vc1dsp_init_x86(VC1DSPContext* dsp);