[MPlayer-dev-eng] Maintaince patch
Martin Decky
deckm1am at ss1000.ms.mff.cuni.cz
Tue Nov 6 16:34:33 CET 2001
Hello,
the latest change in libmpeg2/mpeg2_internal.h has made the
dec_video.c uncompileable. My patch is fixing the problem. I hope, that
arpi's change in mpeg2_internal.h was really ment so.
Martin Decky
-------------- next part --------------
--- dec_video.c.old Tue Nov 6 16:29:13 2001
+++ dec_video.c Tue Nov 6 16:28:14 2001
@@ -591,7 +591,7 @@
postprocess(lavc_picture.data,lavc_picture.linesize[0],
planes,stride[0],
sh_video->disp_w,sh_video->disp_h,
- &quant_store[0][0],MBC+1,lavc_pp);
+ &quant_store[0][0],MPEG2_MBC+1,lavc_pp);
} else
#endif
{
More information about the MPlayer-dev-eng
mailing list