Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
24ca1e6d
Commit
24ca1e6d
authored
Dec 08, 2004
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc.h: Remove --audio-type which was never used according to grep
parent
b5896d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/libvlc.h
src/libvlc.h
+0
-7
No files found.
src/libvlc.h
View file @
24ca1e6d
...
...
@@ -295,11 +295,6 @@ static char *ppsz_align_descriptions[] =
"Choose the programs to select by giving a comma-separated list of " \
"SIDs.")
#define INPUT_AUDIO_TEXT N_("Choose audio")
#define INPUT_AUDIO_LONGTEXT N_( \
"Give the default type of audio you want to use in a DVD. " \
"(Developers only)")
#define INPUT_CHAN_TEXT N_("Choose audio channel")
#define INPUT_CHAN_LONGTEXT N_( \
"Give the stream number of the audio channel you want to use in a DVD " \
...
...
@@ -936,8 +931,6 @@ vlc_module_begin();
INPUT_PROGRAM_TEXT
,
INPUT_PROGRAM_LONGTEXT
,
VLC_TRUE
);
add_string
(
"programs"
,
""
,
NULL
,
INPUT_PROGRAMS_TEXT
,
INPUT_PROGRAMS_LONGTEXT
,
VLC_FALSE
);
add_integer
(
"audio-type"
,
-
1
,
NULL
,
INPUT_AUDIO_TEXT
,
INPUT_AUDIO_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"audio-channel"
,
-
1
,
NULL
,
INPUT_CHAN_TEXT
,
INPUT_CHAN_LONGTEXT
,
VLC_FALSE
);
add_integer
(
"spu-channel"
,
-
1
,
NULL
,
...
...
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