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
d6aa15e6
Commit
d6aa15e6
authored
Jul 15, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FourCC: fix typos
parent
38cb6fd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/fourcc_list.h
src/misc/fourcc_list.h
+2
-2
No files found.
src/misc/fourcc_list.h
View file @
d6aa15e6
...
...
@@ -770,7 +770,7 @@ static const staticentry_t p_list_video[] = {
A
(
"RV32"
),
B
(
VLC_CODEC_RGBA
,
"32 bits RGBA"
),
A
(
"RGBA"
),
B
(
VLC_CODEC_
RGBA
,
"32 bits ARGB"
),
B
(
VLC_CODEC_
ARGB
,
"32 bits ARGB"
),
A
(
"ARGB"
),
A
(
"AV32"
),
B
(
VLC_CODEC_BGRA
,
"32 bits BGRA"
),
...
...
@@ -1448,7 +1448,7 @@ static const staticentry_t p_list_audio[] = {
B
(
VLC_CODEC_F64L
,
"64 bits float LE"
),
A
(
"f64l"
),
B
(
VLC_CODEC_F64
L
,
"64 bits float BE"
),
B
(
VLC_CODEC_F64
B
,
"64 bits float BE"
),
A
(
"f64b"
),
B
(
VLC_CODEC_TWINVQ
,
"TwinVQ"
),
...
...
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