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
34858076
Commit
34858076
authored
Jul 04, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FourCC: use the correct name for real codecs
parent
300b4d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/misc/fourcc.c
src/misc/fourcc.c
+5
-5
No files found.
src/misc/fourcc.c
View file @
34858076
...
...
@@ -534,23 +534,23 @@ static const entry_t p_list_video[] = {
A
(
"CLJR"
),
/* Real Video */
B
(
VLC_CODEC_RV10
,
"Real
Video 1.0"
),
B
(
VLC_CODEC_RV10
,
"RealVideo 1.0"
),
A
(
"RV10"
),
A
(
"rv10"
),
B
(
VLC_CODEC_RV13
,
"Real
Video 1.3"
),
B
(
VLC_CODEC_RV13
,
"RealVideo 1.3"
),
A
(
"RV13"
),
A
(
"rv13"
),
B
(
VLC_CODEC_RV20
,
"Real
Video 2.0
"
),
B
(
VLC_CODEC_RV20
,
"Real
Video G2 (2.0)
"
),
A
(
"RV20"
),
A
(
"rv20"
),
B
(
VLC_CODEC_RV30
,
"Real
Video 3.0
"
),
B
(
VLC_CODEC_RV30
,
"Real
Video 8 (3.0)
"
),
A
(
"RV30"
),
A
(
"rv30"
),
B
(
VLC_CODEC_RV40
,
"Real
Video 4.0
"
),
B
(
VLC_CODEC_RV40
,
"Real
Video 9/10 (4.0)
"
),
A
(
"RV40"
),
A
(
"rv40"
),
...
...
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