[vlc-devel] [PATCH] demux/avformat: add "ts" shortcut

Zhao Zhili wantlamy at gmail.com
Fri Jul 7 10:12:28 CEST 2017


---
 modules/demux/avformat/avformat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/avformat/avformat.c
b/modules/demux/avformat/avformat.c
index 616c670..f004ccd 100644
--- a/modules/demux/avformat/avformat.c
+++ b/modules/demux/avformat/avformat.c
@@ -35,7 +35,7 @@

 vlc_module_begin ()
 #endif /* MERGE_FFMPEG */
-    add_shortcut( "ffmpeg", "avformat" )
+    add_shortcut( "ffmpeg", "avformat", "ts" )
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_DEMUX )
     set_description( N_("Avformat demuxer" ) )
-- 
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170707/01bbfe2f/attachment.html>


More information about the vlc-devel mailing list