From 4beb0a7d47d689a3b8d82cd155d0f46332f21eeb Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 13 Oct 2001 15:40:35 +0000 Subject: postprocess fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2188 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/decode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libmpeg2/decode.c b/libmpeg2/decode.c index 3e7e3bde05..4416fb4f30 100644 --- a/libmpeg2/decode.c +++ b/libmpeg2/decode.c @@ -56,6 +56,7 @@ mpeg2_config_t config; static int drop_frame = 0; #ifdef MPEG12_POSTPROC +#include "../postproc/postprocess.h" int quant_store[MBR+1][MBC+1]; // [Review] #endif @@ -186,7 +187,7 @@ static int parse_chunk (vo_functions_t * output, int code, uint8_t * buffer, int { #ifdef MPEG12_POSTPROC if( (picture->pp_options) && (!framedrop) ){ - // apply OpenDivX postprocess filter + // apply postprocess filter int stride[3]; stride[0]=picture->coded_picture_width; stride[1]=stride[2]=stride[0]/2; -- cgit v1.2.3