comparison avcodec.h @ 146:a4bd42a5d075 libavcodec

postprocessing array increased to handle HDTV resolutions (1920x1152)
author arpi_esp
date Mon, 05 Nov 2001 18:23:31 +0000
parents 1e4a4af694d1
children de80712db90b
comparison
equal deleted inserted replaced
145:bd1adece8280 146:a4bd42a5d075
237 237
238 void avcodec_register_all(void); 238 void avcodec_register_all(void);
239 239
240 #ifdef FF_POSTPROCESS 240 #ifdef FF_POSTPROCESS
241 #ifndef MBC 241 #ifndef MBC
242 #define MBC 48 242 #define MBC 120
243 #define MBR 36 243 #define MBR 72
244 #endif 244 #endif
245 extern int quant_store[MBR+1][MBC+1]; // [Review] 245 extern int quant_store[MBR+1][MBC+1]; // [Review]
246 #endif 246 #endif
247 247
248 #endif /* AVCODEC_H */ 248 #endif /* AVCODEC_H */