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
b890e9c6
Commit
b890e9c6
authored
Aug 19, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LIBAVUTIL_VERSION_INT inclusion guards...
parent
e1f1b1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/codec/avcodec/chroma.h
modules/codec/avcodec/chroma.h
+2
-0
No files found.
modules/codec/avcodec/chroma.h
View file @
b890e9c6
...
...
@@ -46,8 +46,10 @@ static const struct
VLC_FF
(
(
'I'
,
'4'
,
'4'
,
'4'
),
PIX_FMT_YUV444P
),
VLC_FF
(
(
'J'
,
'4'
,
'4'
,
'4'
),
PIX_FMT_YUVJ444P
),
#if LIBAVUTIL_VERSION_INT >= ((49<<16)+(5<<8)+0)
VLC_FF
(
(
'I'
,
'4'
,
'4'
,
'0'
),
PIX_FMT_YUV440P
),
VLC_FF
(
(
'J'
,
'4'
,
'4'
,
'0'
),
PIX_FMT_YUVJ440P
),
#endif
VLC_FF
(
(
'I'
,
'4'
,
'2'
,
'2'
),
PIX_FMT_YUV422P
),
VLC_FF
(
(
'J'
,
'4'
,
'2'
,
'2'
),
PIX_FMT_YUVJ422P
),
...
...
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