[vlc-commits] videotoolbox: remove no longer used text

Marvin Scholz git at videolan.org
Fri Jul 3 13:51:44 CEST 2020


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Jul  3 02:45:21 2020 +0200| [fa7cc47ff120e05183b60ea23f6f8a16e2600cf3] | committer: Marvin Scholz

videotoolbox: remove no longer used text

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

 modules/codec/videotoolbox.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/videotoolbox.c b/modules/codec/videotoolbox.c
index 31d71a1baf..9ffc376e1b 100644
--- a/modules/codec/videotoolbox.c
+++ b/modules/codec/videotoolbox.c
@@ -57,7 +57,6 @@ static int OpenDecoder(vlc_object_t *);
 static void CloseDecoder(vlc_object_t *);
 static int OpenDecDevice(vlc_decoder_device *device, vout_window_t *window);
 
-#define VT_ENABLE_TEXT N_("Enable hardware acceleration")
 #define VT_REQUIRE_HW_DEC N_("Use Hardware decoders only")
 #define VT_FORCE_CVPX_CHROMA "Force the VideoToolbox output chroma"
 #define VT_FORCE_CVPX_CHROMA_LONG "Force the VideoToolbox decoder to output \



More information about the vlc-commits mailing list