[MPlayer-dev-eng] [PATCH] missing IMGFMT_Y8 in fmt-conversion.h switch
Gianluigi Tiesi
mplayer at netfarm.it
Thu Sep 21 03:49:11 CEST 2006
matrixview patch requests IMGFMT_Y8 image format,
with latest changes this format went lost in the swscaler.
Bye
--
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
-------------- next part --------------
diff -NuBr -x.svn -xhelp_mp.h -xlibdha -x'*.so' -x'*.log' -x'*.a' -x'*.exe' -x'*.o' -xconfigure.log -xconfig.mak -x.cvsignore -xconfig.h -xcodecs.conf.h -xversion.h -x.depend main/fmt-conversion.h sherpya/fmt-conversion.h
--- main/fmt-conversion.h 2006-09-20 07:46:15.522984000 +0200
+++ sherpya/fmt-conversion.h 2006-09-21 03:39:25.845401600 +0200
@@ -44,6 +44,7 @@
case IMGFMT_NV21:
return PIX_FMT_NV21;
case IMGFMT_Y800:
+ case IMGFMT_Y8:
return PIX_FMT_GRAY8;
case IMGFMT_IF09:
case IMGFMT_YVU9:
More information about the MPlayer-dev-eng
mailing list