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
8a966579
Commit
8a966579
authored
May 12, 2005
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALL: Fix a few strings for the prefs.
parent
a37b818e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.c
+1
-1
modules/codec/theora.c
modules/codec/theora.c
+1
-0
modules/services_discovery/shout.c
modules/services_discovery/shout.c
+1
-0
No files found.
modules/codec/ffmpeg/ffmpeg.c
View file @
8a966579
...
...
@@ -76,7 +76,7 @@ static char *enc_hq_list_text[] = { N_("rd"), N_("bits"), N_("simple") };
* Module descriptor
*****************************************************************************/
vlc_module_begin
();
set_shortname
(
"
ff
mpeg"
);
set_shortname
(
"
FF
mpeg"
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_SCODEC
);
/* decoder main module */
...
...
modules/codec/theora.c
View file @
8a966579
...
...
@@ -95,6 +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_description
(
_
(
"Theora video decoder"
)
);
set_capability
(
"decoder"
,
100
);
set_callbacks
(
OpenDecoder
,
CloseDecoder
);
...
...
modules/services_discovery/shout.c
View file @
8a966579
...
...
@@ -61,6 +61,7 @@
#define LIMIT_LONGTEXT LIMIT_TEXT
vlc_module_begin
();
set_shorname
(
"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