[MPlayer-cvslog] r19922 - trunk/fmt-conversion.h

lucabe subversion at mplayerhq.hu
Thu Sep 21 16:26:08 CEST 2006


Author: lucabe
Date: Thu Sep 21 16:26:08 2006
New Revision: 19922

Modified:
   trunk/fmt-conversion.h

Log:
Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8
Patch by Gianluigi Tiesi (sherpya AT netfarm DOT it>


Modified: trunk/fmt-conversion.h
==============================================================================
--- trunk/fmt-conversion.h	(original)
+++ trunk/fmt-conversion.h	Thu Sep 21 16:26:08 2006
@@ -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-cvslog mailing list