diff options
author | Leon van Stuivenberg <leonvs@iae.nl> | 2002-10-03 20:57:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-03 20:57:19 +0000 |
commit | 5917d17cb79af27681209a745492bdccc37d2f76 (patch) | |
tree | fc485a567406369162ff76ef6b14bf769a1177aa /libavcodec/mpegvideo.h | |
parent | a46a3ce416ce058c9553fb4fd6865fbf623fa64b (diff) | |
download | ffmpeg-5917d17cb79af27681209a745492bdccc37d2f76.tar.gz |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
Originally committed as revision 996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index f83ad162ec..863e2a0122 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -503,6 +503,9 @@ void MPV_common_init_axp(MpegEncContext *s); #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); |