]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dct.h
celp filters: Do not read earlier than the start of the 'out' vector.
[ffmpeg] / libavcodec / dct.h
index 141518d250cb01c5fdd00c187c6a479f60435406..c8988562793a524388e3525a4df41417898d1b8f 100644 (file)
@@ -47,4 +47,6 @@ struct DCTContext {
 int  ff_dct_init(DCTContext *s, int nbits, enum DCTTransformType type);
 void ff_dct_end (DCTContext *s);
 
-#endif
+void ff_dct_init_mmx(DCTContext *s);
+
+#endif /* AVCODEC_DCT_H */