comparison avcodec.h @ 108:1e4a4af694d1 libavcodec

exporting qscale data for postprocessing (for MPlayer)
author arpi_esp
date Tue, 16 Oct 2001 23:10:38 +0000
parents 1d3eb6cdc6b5
children a4bd42a5d075
comparison
equal deleted inserted replaced
107:bd163e13a0fb 108:1e4a4af694d1
235 235
236 int avcodec_close(AVCodecContext *avctx); 236 int avcodec_close(AVCodecContext *avctx);
237 237
238 void avcodec_register_all(void); 238 void avcodec_register_all(void);
239 239
240 #ifdef FF_POSTPROCESS
241 #ifndef MBC
242 #define MBC 48
243 #define MBR 36
244 #endif
245 extern int quant_store[MBR+1][MBC+1]; // [Review]
246 #endif
247
240 #endif /* AVCODEC_H */ 248 #endif /* AVCODEC_H */