diff libpostproc/postprocess_internal.h @ 1724:ea5200a9f730 libavcodec

mpeg2 QP clamping fix
author michael
date Sun, 04 Jan 2004 17:29:51 +0000
parents 2e06398e4647
children 98d8283534bb
line wrap: on
line diff
--- a/libpostproc/postprocess_internal.h	Sun Jan 04 17:13:14 2004 +0000
+++ b/libpostproc/postprocess_internal.h	Sun Jan 04 17:29:51 2004 +0000
@@ -134,8 +134,8 @@
 	uint64_t __attribute__((aligned(8))) pQPb;
 	uint64_t __attribute__((aligned(8))) pQPb2;
 
-	uint64_t __attribute__((aligned(8))) mmxDcOffset[32];
-	uint64_t __attribute__((aligned(8))) mmxDcThreshold[32];
+	uint64_t __attribute__((aligned(8))) mmxDcOffset[64];
+	uint64_t __attribute__((aligned(8))) mmxDcThreshold[64];
 
 	QP_STORE_T *stdQPTable;       ///< used to fix MPEG2 style qscale
 	QP_STORE_T *nonBQPTable;