[MPlayer-cvslog] r31106 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Fri Apr 30 19:12:53 CEST 2010


Author: reimar
Date: Fri Apr 30 19:12:52 2010
New Revision: 31106

Log:
100l, open the customtex also in binary mode, not just the program.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Wed Apr 28 13:57:09 2010	(r31105)
+++ trunk/libvo/vo_gl.c	Fri Apr 30 19:12:52 2010	(r31106)
@@ -264,7 +264,7 @@ static void update_yuvconv(void) {
                texture_width, texture_height);
   }
   if (custom_tex) {
-    FILE *f = fopen(custom_tex, "r");
+    FILE *f = fopen(custom_tex, "rb");
     if (!f)
       mp_msg(MSGT_VO, MSGL_WARN,
              "[gl] Could not read customtex %s\n", custom_tex);


More information about the MPlayer-cvslog mailing list