Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-08 04:11:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-08 04:20:33 +0400
commit82ae8a44e631b25ba3b2c1b7333a4fe5cf18dc07 (patch)
tree111e59b7d850a185cb0b2f0ae05666abe97e58f9 /libavcodec/dcadsp.h
parent7ffe78a445f426aeeec4b02895c3b72dd834867a (diff)
parent5b59a9fc6152169599561f04b4f66370edda5c9c (diff)
Merge commit '5b59a9fc6152169599561f04b4f66370edda5c9c'
* commit '5b59a9fc6152169599561f04b4f66370edda5c9c': x86: dcadsp: implement int8x8_fmul_int32 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dcadsp.h')
-rw-r--r--libavcodec/dcadsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dcadsp.h b/libavcodec/dcadsp.h
index 3d1a097b36..215dce198d 100644
--- a/libavcodec/dcadsp.h
+++ b/libavcodec/dcadsp.h
@@ -36,5 +36,6 @@ typedef struct DCADSPContext {
void ff_dcadsp_init(DCADSPContext *s);
void ff_dcadsp_init_arm(DCADSPContext *s);
+void ff_dcadsp_init_x86(DCADSPContext *s);
#endif /* AVCODEC_DCADSP_H */