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
1250d557
Commit
1250d557
authored
Oct 13, 2005
by
Boris Dorès
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- revert "spdif", "force-dolby-surround" and "headphone-dim" to
basic options
parent
012e27e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/audio_filter/channel_mixer/headphone.c
modules/audio_filter/channel_mixer/headphone.c
+1
-1
src/libvlc.h
src/libvlc.h
+2
-2
No files found.
modules/audio_filter/channel_mixer/headphone.c
View file @
1250d557
...
...
@@ -76,7 +76,7 @@ vlc_module_begin();
set_subcategory
(
SUBCAT_AUDIO_AFILTER
);
add_integer
(
"headphone-dim"
,
10
,
NULL
,
HEADPHONE_DIM_TEXT
,
HEADPHONE_DIM_LONGTEXT
,
VLC_
TRU
E
);
HEADPHONE_DIM_LONGTEXT
,
VLC_
FALS
E
);
add_bool
(
"headphone-compensate"
,
0
,
NULL
,
HEADPHONE_COMPENSATE_TEXT
,
HEADPHONE_COMPENSATE_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"headphone-dolby"
,
0
,
NULL
,
HEADPHONE_DOLBY_TEXT
,
...
...
src/libvlc.h
View file @
1250d557
...
...
@@ -961,9 +961,9 @@ vlc_module_begin();
add_bool
(
"hq-resampling"
,
1
,
NULL
,
AOUT_RESAMP_TEXT
,
AOUT_RESAMP_LONGTEXT
,
VLC_TRUE
);
#endif
add_bool
(
"spdif"
,
0
,
NULL
,
SPDIF_TEXT
,
SPDIF_LONGTEXT
,
VLC_
TRU
E
);
add_bool
(
"spdif"
,
0
,
NULL
,
SPDIF_TEXT
,
SPDIF_LONGTEXT
,
VLC_
FALS
E
);
add_integer
(
"force-dolby-surround"
,
0
,
NULL
,
FORCE_DOLBY_TEXT
,
FORCE_DOLBY_LONGTEXT
,
VLC_
TRU
E
);
FORCE_DOLBY_LONGTEXT
,
VLC_
FALS
E
);
change_integer_list
(
pi_force_dolby_values
,
ppsz_force_dolby_descriptions
,
0
);
add_integer
(
"audio-desync"
,
0
,
NULL
,
DESYNC_TEXT
,
DESYNC_LONGTEXT
,
VLC_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