Parcourir la source

opengl: try generic converter lastly

Since this converter can fallback to CPU chromas.
Thomas Guillem il y a 8 ans
Parent
commit
46a04850f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      modules/video_output/opengl/vout_helper.c

+ 1 - 1
modules/video_output/opengl/vout_helper.c

@@ -50,13 +50,13 @@
 
 static opengl_tex_converter_init_cb opengl_tex_converter_init_cbs[] =
 {
-    opengl_tex_converter_generic_init,
 #ifdef __ANDROID__
     opengl_tex_converter_anop_init,
 #endif
 #ifdef VLCGL_CONV_CVPX
     opengl_tex_converter_cvpx_init,
 #endif
+    opengl_tex_converter_generic_init,
 };
 
 typedef struct {