Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
95cd7e4e
Commit
95cd7e4e
authored
Apr 29, 2011
by
Jean-Baptiste Kempf
Browse files
Mux/Demux avformat: add the "avformat" shortcut
It makes sense, especially since the libav/FFmpeg split
parent
7af4b7fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/avformat/avformat.c
View file @
95cd7e4e
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment