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
b94a0412
Commit
b94a0412
authored
Jan 15, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Schroendinger: improve preferences integration
parent
147438b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/codec/schroedinger.c
modules/codec/schroedinger.c
+3
-1
No files found.
modules/codec/schroedinger.c
View file @
b94a0412
...
@@ -71,12 +71,14 @@ static const char **ppsz_enc_options = NULL;
...
@@ -71,12 +71,14 @@ static const char **ppsz_enc_options = NULL;
vlc_module_begin
()
vlc_module_begin
()
set_category
(
CAT_INPUT
)
set_category
(
CAT_INPUT
)
set_subcategory
(
SUBCAT_INPUT_VCODEC
)
set_subcategory
(
SUBCAT_INPUT_VCODEC
)
set_description
(
N_
(
"Schroedinger video decoder"
)
)
set_shortname
(
"Schroedinger"
)
set_description
(
N_
(
"Dirac video decoder using libschroedinger"
)
)
set_capability
(
"decoder"
,
200
)
set_capability
(
"decoder"
,
200
)
set_callbacks
(
OpenDecoder
,
CloseDecoder
)
set_callbacks
(
OpenDecoder
,
CloseDecoder
)
add_shortcut
(
"schroedinger"
)
add_shortcut
(
"schroedinger"
)
add_submodule
()
add_submodule
()
set_section
(
N_
(
"Encoding"
)
,
NULL
)
set_description
(
N_
(
"Dirac video encoder using libschroedinger"
)
)
set_description
(
N_
(
"Dirac video encoder using libschroedinger"
)
)
set_capability
(
"encoder"
,
110
)
set_capability
(
"encoder"
,
110
)
set_callbacks
(
OpenEncoder
,
CloseEncoder
)
set_callbacks
(
OpenEncoder
,
CloseEncoder
)
...
...
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