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
b5c38aec
Commit
b5c38aec
authored
Aug 19, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg chroma: fix whitespace
parent
d36afb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/codec/avcodec/chroma.h
modules/codec/avcodec/chroma.h
+2
-2
No files found.
modules/codec/avcodec/chroma.h
View file @
b5c38aec
...
...
@@ -45,7 +45,7 @@ static const struct
/* Planar YUV formats */
VLC_FF
(
(
'I'
,
'4'
,
'4'
,
'4'
),
PIX_FMT_YUV444P
),
VLC_FF
(
(
'J'
,
'4'
,
'4'
,
'4'
),
PIX_FMT_YUVJ444P
),
VLC_FF
(
(
'I'
,
'4'
,
'4'
,
'0'
),
PIX_FMT_YUV440P
),
VLC_FF
(
(
'J'
,
'4'
,
'4'
,
'0'
),
PIX_FMT_YUVJ440P
),
...
...
@@ -59,7 +59,7 @@ static const struct
VLC_FF
(
(
'I'
,
'4'
,
'1'
,
'1'
),
PIX_FMT_YUV411P
),
VLC_FF
(
(
'I'
,
'4'
,
'1'
,
'0'
),
PIX_FMT_YUV410P
),
VLC_FF
(
(
'Y'
,
'V'
,
'U'
,
'9'
),
PIX_FMT_YUV410P
),
VLC_FF
(
(
'N'
,
'V'
,
'1'
,
'2'
),
PIX_FMT_NV12
),
VLC_FF
(
(
'N'
,
'V'
,
'2'
,
'1'
),
PIX_FMT_NV21
),
...
...
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