[vlc-commits] fix colors for the Mac vout

Felix Paul Kühne git at videolan.org
Mon Dec 31 18:46:55 CET 2012


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Dec 31 18:46:27 2012 +0100| [36368ffdb0b4b046a58ac8e99ba36b6d75d33ef0] | committer: Felix Paul Kühne

fix colors for the Mac vout

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=36368ffdb0b4b046a58ac8e99ba36b6d75d33ef0
---

 npapi/vlcplugin_base.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index 5f1fb28..a92aa42 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -200,7 +200,11 @@ private:
 
 
 #ifdef WINDOWLESS
+#ifdef XP_MACOSX
+const char DEF_CHROMA[] = "RGBA";
+#else
 const char DEF_CHROMA[] = "RV32";
+#endif
 enum{
     DEF_PIXEL_BYTES = 4
 };



More information about the vlc-commits mailing list