[MPlayer-dev-eng] [PATCH]Increase Digital Cinema performance with -vo gl

Carl Eugen Hoyos cehoyos at ag.or.at
Wed May 1 15:42:08 CEST 2013


Hi!

Attached patch increases digital cinema playback performance with -vo gl here 
significantly.

Please comment, Carl Eugen
-------------- next part --------------
Index: libmpcodecs/vf_scale.c
===================================================================
--- libmpcodecs/vf_scale.c	(revision 36197)
+++ libmpcodecs/vf_scale.c	(working copy)
@@ -162,6 +162,7 @@
     {IMGFMT_GBR24P, IMGFMT_RGB24},
     {IMGFMT_GBR24P, IMGFMT_BGR32},
     {IMGFMT_GBR24P, IMGFMT_RGB32},
+    {IMGFMT_XYZ12,  IMGFMT_RGB48LE},
     {0, 0}
 };
 


More information about the MPlayer-dev-eng mailing list