summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dec_video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dec_video.c b/dec_video.c
index 5db3a2b41f..fd9ba206ba 100644
--- a/dec_video.c
+++ b/dec_video.c
@@ -682,6 +682,7 @@ if(verbose>1){
// 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 @@ if(verbose>1){
&quant_store[0][0],MBC+1,lavc_pp);
} else
#endif
+#endif
{
planes=lavc_picture.data;
stride=lavc_picture.linesize;