Mercurial > mplayer.hg
changeset 2187:c568f4fffb0a
postprocess fixes
author | arpi |
---|---|
date | Sat, 13 Oct 2001 15:40:35 +0000 |
parents | 491d4fc9b6f2 |
children | 1e6ea72b9b87 |
files | libmpeg2/decode.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;