diff 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
line wrap: on
line diff
--- a/avcodec.h	Tue Oct 16 02:31:14 2001 +0000
+++ b/avcodec.h	Tue Oct 16 23:10:38 2001 +0000
@@ -237,4 +237,12 @@
 
 void avcodec_register_all(void);
 
+#ifdef FF_POSTPROCESS
+#ifndef MBC
+#define MBC 48
+#define MBR 36
+#endif
+extern int quant_store[MBR+1][MBC+1]; // [Review]
+#endif
+
 #endif /* AVCODEC_H */