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
a58e289a
Commit
a58e289a
authored
May 03, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change prefer-system-codecs category (put it in codecs, not input/codec)
parent
c5172423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/libvlc-module.c
src/libvlc-module.c
+2
-3
No files found.
src/libvlc-module.c
View file @
a58e289a
...
@@ -1410,9 +1410,6 @@ vlc_module_begin();
...
@@ -1410,9 +1410,6 @@ vlc_module_begin();
set_category
(
CAT_INPUT
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_GENERAL
);
set_subcategory
(
SUBCAT_INPUT_GENERAL
);
add_bool
(
"prefer-system-codecs"
,
VLC_FALSE
,
NULL
,
SYSTEM_CODEC_TEXT
,
SYSTEM_CODEC_LONGTEXT
,
VLC_FALSE
);
add_bool
(
"france"
,
VLC_FALSE
,
NULL
,
N_
(
"France"
),
FRANCE_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"france"
,
VLC_FALSE
,
NULL
,
N_
(
"France"
),
FRANCE_LONGTEXT
,
VLC_TRUE
);
set_section
(
N_
(
"Track settings"
),
NULL
);
set_section
(
N_
(
"Track settings"
),
NULL
);
...
@@ -1534,6 +1531,8 @@ vlc_module_begin();
...
@@ -1534,6 +1531,8 @@ vlc_module_begin();
set_subcategory
(
SUBCAT_INPUT_VCODEC
);
set_subcategory
(
SUBCAT_INPUT_VCODEC
);
set_subcategory
(
SUBCAT_INPUT_ACODEC
);
set_subcategory
(
SUBCAT_INPUT_ACODEC
);
set_subcategory
(
SUBCAT_INPUT_SCODEC
);
set_subcategory
(
SUBCAT_INPUT_SCODEC
);
add_bool
(
"prefer-system-codecs"
,
VLC_FALSE
,
NULL
,
SYSTEM_CODEC_TEXT
,
SYSTEM_CODEC_LONGTEXT
,
VLC_FALSE
);
/* Stream output options */
/* Stream output options */
...
...
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