Commit 95cd7e4e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Mux/Demux avformat: add the "avformat" shortcut

It makes sense, especially since the libav/FFmpeg split
parent 7af4b7fe
......@@ -34,7 +34,7 @@
vlc_module_begin ()
#endif /* MERGE_FFMPEG */
add_shortcut( "ffmpeg" )
add_shortcut( "ffmpeg", "avformat" )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_DEMUX )
set_description( N_("FFmpeg demuxer" ) )
......@@ -45,7 +45,7 @@ vlc_module_begin ()
#ifdef ENABLE_SOUT
/* mux submodule */
add_submodule ()
add_shortcut( "ffmpeg" )
add_shortcut( "ffmpeg", "avformat" )
set_description( N_("FFmpeg muxer" ) )
set_capability( "sout mux", 2 )
add_string( "ffmpeg-mux", NULL, MUX_TEXT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment