diff libmpeg2/mpeg2_internal.h @ 2756:b4d0cc1fd14b

workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)
author arpi
date Wed, 07 Nov 2001 01:59:28 +0000
parents b3624c70aba2
children b0d37b8ff4b4
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Tue Nov 06 23:54:41 2001 +0000
+++ b/libmpeg2/mpeg2_internal.h	Wed Nov 07 01:59:28 2001 +0000
@@ -220,5 +220,4 @@
 #ifdef MPEG12_POSTPROC
 #define MPEG2_MBC 120
 #define MPEG2_MBR 72
-extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
 #endif