# HG changeset patch # User arpi # Date 1002987635 0 # Node ID c568f4fffb0ad667e5dcdb04b59c86aa0c9a3b65 # Parent 491d4fc9b6f2c1eec2dc2a25673e4bc235f94d41 postprocess fixes diff -r 491d4fc9b6f2 -r c568f4fffb0a libmpeg2/decode.c --- a/libmpeg2/decode.c Sat Oct 13 15:38:19 2001 +0000 +++ b/libmpeg2/decode.c Sat Oct 13 15:40:35 2001 +0000 @@ -56,6 +56,7 @@ 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 @@ { #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;