Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
24ca1e6d
Commit
24ca1e6d
authored
Dec 08, 2004
by
sigmunau
Browse files
libvlc.h: Remove --audio-type which was never used according to grep
parent
b5896d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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