changeset 3745:db95315504fd

old ffmpeg (MBC) workaround
author arpi
date Tue, 25 Dec 2001 20:36:40 +0000
parents d358f4a74690
children d21bae2028a6
files dec_video.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;