diff mpegvideo.h @ 721:71f669e9f633 libavcodec

ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
author michaelni
date Thu, 03 Oct 2002 20:57:19 +0000
parents c0a914cc90c0
children a91203b34e71
line wrap: on
line diff
--- a/mpegvideo.h	Thu Oct 03 19:49:23 2002 +0000
+++ b/mpegvideo.h	Thu Oct 03 20:57:19 2002 +0000
@@ -503,6 +503,9 @@
 #ifdef HAVE_MLIB
 void MPV_common_init_mlib(MpegEncContext *s);
 #endif
+#ifdef HAVE_MMI
+void MPV_common_init_mmi(MpegEncContext *s);
+#endif
 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);