comparison 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
comparison
equal deleted inserted replaced
2755:2f93f4351765 2756:b4d0cc1fd14b
218 218
219 219
220 #ifdef MPEG12_POSTPROC 220 #ifdef MPEG12_POSTPROC
221 #define MPEG2_MBC 120 221 #define MPEG2_MBC 120
222 #define MPEG2_MBR 72 222 #define MPEG2_MBR 72
223 extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
224 #endif 223 #endif