[vlc-commits] [Git][videolan/vlc][master] video_filter/amf: drop shortcut l10n
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Sep 11 20:42:03 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
0a0e4be9 by Felix Paul Kühne at 2025-09-11T20:27:27+00:00
video_filter/amf: drop shortcut l10n
The module shortcut name should not be translatable.
- - - - -
2 changed files:
- modules/video_filter/amf_frc.c
- modules/video_filter/amf_vqenhancer.c
Changes:
=====================================
modules/video_filter/amf_frc.c
=====================================
@@ -34,7 +34,7 @@ static int D3D11CreateAMFFRC(filter_t *);
vlc_module_begin()
set_description(N_("AMD Frame Rate Doubler"))
- add_shortcut(N_("amf_frc"))
+ add_shortcut("amf_frc")
set_subcategory(SUBCAT_VIDEO_VFILTER)
set_callback_video_filter(D3D11CreateAMFFRC)
=====================================
modules/video_filter/amf_vqenhancer.c
=====================================
@@ -261,7 +261,7 @@ error:
vlc_module_begin()
set_description(N_("AMD VQ Enhancer"))
- add_shortcut(N_("amf_vqenhancer"))
+ add_shortcut("amf_vqenhancer")
set_subcategory(SUBCAT_VIDEO_VFILTER)
set_callback_video_filter(D3D11CreateAMFVQE)
vlc_module_end()
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0a0e4be968e130e91c6bca8015d6a8ed7fc5fae4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0a0e4be968e130e91c6bca8015d6a8ed7fc5fae4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list