diff mpegvideo.h @ 514:c9f724e3a797 libavcodec

Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd for some improvements.
author mellum
date Wed, 03 Jul 2002 03:01:06 +0000
parents 460bc2ba363e
children 55b4e2248a45
line wrap: on
line diff
--- a/mpegvideo.h	Wed Jul 03 01:09:44 2002 +0000
+++ b/mpegvideo.h	Wed Jul 03 03:01:06 2002 +0000
@@ -451,6 +451,9 @@
 #ifdef HAVE_MMX
 void MPV_common_init_mmx(MpegEncContext *s);
 #endif
+#ifdef ARCH_ALPHA
+void MPV_common_init_axp(MpegEncContext *s);
+#endif
 extern int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);