From e87a6f0dc99c2266e68ef66afaf83462d353964c Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 20 Mar 2011 19:49:10 +0000 Subject: Move ff_dct_init_mmx declaration to dct.h This was missed in 0aded94. Signed-off-by: Mans Rullgard --- libavcodec/dct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dct.h') 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 -- cgit v1.2.3