# HG changeset patch # User arpi # Date 1009312600 0 # Node ID db95315504fdf16297e5b093dbb5dee67b7e093d # Parent d358f4a74690e7141ef6277cdc623e7d15a3114d old ffmpeg (MBC) workaround diff -r d358f4a74690 -r db95315504fd dec_video.c --- a/dec_video.c Tue Dec 25 20:32:02 2001 +0000 +++ b/dec_video.c Tue Dec 25 20:36:40 2001 +0000 @@ -682,6 +682,7 @@ // if(!drop_frame){ if(planar){ #ifdef FF_POSTPROCESS +#ifdef MBC if(lavc_pp){ // postprocess int w=(sh_video->disp_w+15)&(~15); @@ -703,6 +704,7 @@ &quant_store[0][0],MBC+1,lavc_pp); } else #endif +#endif { planes=lavc_picture.data; stride=lavc_picture.linesize;