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
1a559bd2
Commit
1a559bd2
authored
May 12, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix two typos introduced in [10984]
parent
8a966579
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/codec/theora.c
modules/codec/theora.c
+1
-1
modules/services_discovery/shout.c
modules/services_discovery/shout.c
+1
-1
No files found.
modules/codec/theora.c
View file @
1a559bd2
...
...
@@ -95,7 +95,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
vlc_module_begin
();
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_VCODEC
);
set_shorname
(
"Theora"
);
set_shor
t
name
(
"Theora"
);
set_description
(
_
(
"Theora video decoder"
)
);
set_capability
(
"decoder"
,
100
);
set_callbacks
(
OpenDecoder
,
CloseDecoder
);
...
...
modules/services_discovery/shout.c
View file @
1a559bd2
...
...
@@ -61,7 +61,7 @@
#define LIMIT_LONGTEXT LIMIT_TEXT
vlc_module_begin
();
set_shorname
(
"Shoutcast"
);
set_shor
t
name
(
"Shoutcast"
);
set_description
(
_
(
"Shoutcast radio listings"
)
);
set_category
(
CAT_PLAYLIST
);
set_subcategory
(
SUBCAT_PLAYLIST_SD
);
...
...
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