summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index be883bd613..6f1c48425b 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -59,7 +59,7 @@ typedef struct vo_frame_s {
#ifdef MPEG12_POSTPROC
#define MPEG2_MBC 120
#define MPEG2_MBR 72
- int quant_store[MPEG2_MBR+1][MPEG2_MBC+1];
+ int8_t quant_store[MPEG2_MBR+1][MPEG2_MBC+1];
#endif
// int slice;