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:
authorMans Rullgard <mans@mansr.com>2011-03-20 22:49:10 +0300
committerMans Rullgard <mans@mansr.com>2011-03-21 00:12:00 +0300
commite87a6f0dc99c2266e68ef66afaf83462d353964c (patch)
tree696e1203de9481ddd4f89d22c21212e36f0442c2 /libavcodec/dct.h
parentcf752d027fafe691951fa00d9c25e2fda032b536 (diff)
Move ff_dct_init_mmx declaration to dct.h
This was missed in 0aded94. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dct.h')
-rw-r--r--libavcodec/dct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dct.h b/libavcodec/dct.h
index 141518d250..faddaa3d7b 100644
--- a/libavcodec/dct.h
+++ b/libavcodec/dct.h
@@ -47,4 +47,6 @@ struct DCTContext {
int ff_dct_init(DCTContext *s, int nbits, enum DCTTransformType type);
void ff_dct_end (DCTContext *s);
+void ff_dct_init_mmx(DCTContext *s);
+
#endif