summaryrefslogtreecommitdiffstats
path: root/libmpeg2/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/decode.c')
-rw-r--r--libmpeg2/decode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpeg2/decode.c b/libmpeg2/decode.c
index aa0f7e194d..2e75244b38 100644
--- a/libmpeg2/decode.c
+++ b/libmpeg2/decode.c
@@ -57,7 +57,7 @@ static int drop_frame = 0;
#ifdef MPEG12_POSTPROC
#include "../postproc/postprocess.h"
-int quant_store[MBR+1][MBC+1]; // [Review]
+int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
#endif
static table_init_state=0;
@@ -182,7 +182,7 @@ int stride[3];
picture->forward_reference_frame->base,
stride[0], frames[3].base, stride[0],
picture->coded_picture_width, picture->coded_picture_height,
- &quant_store[1][1], (MBC+1), picture->pp_options);
+ &quant_store[1][1], (MPEG2_MBC+1), picture->pp_options);
output->draw_slice (frames[3].base, stride,
picture->display_picture_width,
picture->display_picture_height, 0, 0);