Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5b779465
Commit
5b779465
authored
Aug 19, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avformat: split the options from demux and mux in sections
parent
d5ff0152
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/avformat/avformat.c
modules/demux/avformat/avformat.c
+2
-0
No files found.
modules/demux/avformat/avformat.c
View file @
5b779465
...
...
@@ -42,6 +42,7 @@ vlc_module_begin ()
set_shortname
(
N_
(
"Avformat"
)
)
set_capability
(
"demux"
,
2
)
set_callbacks
(
OpenDemux
,
CloseDemux
)
set_section
(
N_
(
"Demuxer"
),
NULL
)
add_string
(
"avformat-format"
,
NULL
,
FORMAT_TEXT
,
FORMAT_LONGTEXT
,
true
)
add_obsolete_string
(
"ffmpeg-format"
)
/* removed since 2.1.0 */
#if LIBAVFORMAT_VERSION_INT >= ((53<<16)+(26<<8)+0)
...
...
@@ -54,6 +55,7 @@ vlc_module_begin ()
add_shortcut
(
"ffmpeg"
,
"avformat"
)
set_description
(
N_
(
"Avformat muxer"
)
)
set_capability
(
"sout mux"
,
2
)
set_section
(
N_
(
"Muxer"
),
NULL
)
add_string
(
"sout-avformat-mux"
,
NULL
,
MUX_TEXT
,
MUX_LONGTEXT
,
true
)
add_obsolete_string
(
"ffmpeg-mux"
)
/* removed since 2.1.0 */
add_string
(
"sout-avformat-options"
,
NULL
,
AV_OPTIONS_TEXT
,
AV_OPTIONS_LONGTEXT
,
true
)
...
...
Write
Preview
Markdown
is supported
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