[vlc-commits] [Git][videolan/vlc][master] direct3d9: change "YUV->RGB" to "YUV to RGB" in control labels

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Fri Jan 7 07:06:25 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
fec8b597 by Lyndon Brown at 2022-01-07T06:48:28+00:00
direct3d9: change "YUV->RGB" to "YUV to RGB" in control labels

- - - - -


1 changed file:

- modules/video_output/win32/direct3d9.c


Changes:

=====================================
modules/video_output/win32/direct3d9.c
=====================================
@@ -77,9 +77,9 @@ static void Close(vout_display_t *);
 #define HW_BLENDING_TEXT N_("Use hardware blending support")
 #define HW_BLENDING_LONGTEXT N_(\
     "Try to use hardware acceleration for subtitle/OSD blending.")
-#define HW_YUV_TEXT N_("Use hardware YUV->RGB conversions")
+#define HW_YUV_TEXT N_("Use hardware YUV to RGB conversions")
 #define HW_YUV_LONGTEXT N_(\
-    "Try to use hardware acceleration for YUV->RGB conversions. " \
+    "Try to use hardware acceleration for YUV to RGB conversions. " \
     "This option doesn't have any effect when using overlays.")
 
 #define PIXEL_SHADER_TEXT N_("Pixel Shader")



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fec8b597c7abfb2838e07d38364a60a62b90142a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fec8b597c7abfb2838e07d38364a60a62b90142a
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list