summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 20:36:40 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 20:36:40 +0000
commit8c25fc6a0a0126dd19ed3d15e47b0dc9064beff3 (patch)
treef2a3cfed0dc54891a32d84a091539ca108612111
parent4b08102347cb4c0274b7aaf0106a8fd04d8b0a79 (diff)
downloadmpv-8c25fc6a0a0126dd19ed3d15e47b0dc9064beff3.tar.bz2
mpv-8c25fc6a0a0126dd19ed3d15e47b0dc9064beff3.tar.xz
old ffmpeg (MBC) workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3746 b3059339-0415-0410-9bf9-f77b7e298cf2
-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;