changeset 146:a4bd42a5d075 libavcodec

postprocessing array increased to handle HDTV resolutions (1920x1152)
author arpi_esp
date Mon, 05 Nov 2001 18:23:31 +0000
parents bd1adece8280
children 598fdb31f213
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sat Nov 03 02:22:48 2001 +0000
+++ b/avcodec.h	Mon Nov 05 18:23:31 2001 +0000
@@ -239,8 +239,8 @@
 
 #ifdef FF_POSTPROCESS
 #ifndef MBC
-#define MBC 48
-#define MBR 36
+#define MBC 120
+#define MBR 72
 #endif
 extern int quant_store[MBR+1][MBC+1]; // [Review]
 #endif