Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
7831c22d
Commit
7831c22d
authored
Dec 16, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use add_module_list
parent
eda425f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/stream_out/transcode.c
modules/stream_out/transcode.c
+2
-2
No files found.
modules/stream_out/transcode.c
View file @
7831c22d
...
...
@@ -263,7 +263,7 @@ vlc_module_begin();
ARATE_LONGTEXT
,
VLC_TRUE
);
add_bool
(
SOUT_CFG_PREFIX
"audio-sync"
,
0
,
NULL
,
ASYNC_TEXT
,
ASYNC_LONGTEXT
,
VLC_FALSE
);
add_module_list
_cat
(
SOUT_CFG_PREFIX
"afilter"
,
SUBCAT_AUDIO_MISC
,
add_module_list
(
SOUT_CFG_PREFIX
"afilter"
,
"audio filter2"
,
NULL
,
NULL
,
AFILTER_TEXT
,
AFILTER_LONGTEXT
,
VLC_FALSE
);
...
...
@@ -274,7 +274,7 @@ vlc_module_begin();
SCODEC_LONGTEXT
,
VLC_FALSE
);
add_bool
(
SOUT_CFG_PREFIX
"soverlay"
,
0
,
NULL
,
SCODEC_TEXT
,
SCODEC_LONGTEXT
,
VLC_FALSE
);
add_module_list
_cat
(
SOUT_CFG_PREFIX
"sfilter"
,
SUBCAT_VIDEO_SUBPIC
,
add_module_list
(
SOUT_CFG_PREFIX
"sfilter"
,
"video filter"
,
NULL
,
NULL
,
SFILTER_TEXT
,
SFILTER_LONGTEXT
,
VLC_FALSE
);
...
...
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