Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
36dbf29d by Alexandre Janniaux at 2023-03-10T14:18:48+00:00
access: concat: fix typo in shortcut

- - - - -


1 changed file:

- modules/access/concat.c


Changes:

=====================================
modules/access/concat.c
=====================================
@@ -311,5 +311,5 @@ vlc_module_begin()
     add_string("concat-list", NULL, INPUT_LIST_TEXT, INPUT_LIST_LONGTEXT)
     set_capability("access", 0)
     set_callbacks(Open, Close)
-    add_shortcut("concast", "list")
+    add_shortcut("concat", "list")
 vlc_module_end()



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

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


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to