Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b95df4c3
Commit
b95df4c3
authored
May 21, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/pixfmt: Clarify mpeg example comments for AVChromaLocation
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
acccc287
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pixfmt.h
libavutil/pixfmt.h
+2
-2
No files found.
libavutil/pixfmt.h
View file @
b95df4c3
...
...
@@ -541,8 +541,8 @@ enum AVColorRange {
*/
enum
AVChromaLocation
{
AVCHROMA_LOC_UNSPECIFIED
=
0
,
AVCHROMA_LOC_LEFT
=
1
,
///< mpeg2/4
, h264 default
AVCHROMA_LOC_CENTER
=
2
,
///< mpeg1
, jpeg, h263
AVCHROMA_LOC_LEFT
=
1
,
///< mpeg2/4
4:2:0, h264 default for 4:2:0
AVCHROMA_LOC_CENTER
=
2
,
///< mpeg1
4:2:0, jpeg 4:2:0, h263 4:2:0
AVCHROMA_LOC_TOPLEFT
=
3
,
///< DV
AVCHROMA_LOC_TOP
=
4
,
AVCHROMA_LOC_BOTTOMLEFT
=
5
,
...
...
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