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
c732c62c
Commit
c732c62c
authored
Sep 29, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: expand description for some color properties
parent
a2c00d22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
pixfmt.h
libavutil/pixfmt.h
+5
-4
No files found.
libavutil/pixfmt.h
View file @
c732c62c
...
...
@@ -307,11 +307,12 @@ enum AVColorPrimaries {
AVCOL_PRI_BT709
=
1
,
///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
AVCOL_PRI_UNSPECIFIED
=
2
,
AVCOL_PRI_RESERVED
=
3
,
AVCOL_PRI_BT470M
=
4
,
AVCOL_PRI_BT470M
=
4
,
///< also FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
AVCOL_PRI_BT470BG
=
5
,
///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM
AVCOL_PRI_SMPTE170M
=
6
,
///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC
AVCOL_PRI_SMPTE240M
=
7
,
///< functionally identical to above
AVCOL_PRI_FILM
=
8
,
AVCOL_PRI_FILM
=
8
,
///< colour filters using Illuminant C
AVCOL_PRI_BT2020
=
9
,
///< ITU-R BT2020
AVCOL_PRI_NB
,
///< Not part of ABI
};
...
...
@@ -342,11 +343,11 @@ enum AVColorTransferCharacteristic {
* YUV colorspace type.
*/
enum
AVColorSpace
{
AVCOL_SPC_RGB
=
0
,
AVCOL_SPC_RGB
=
0
,
///< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)
AVCOL_SPC_BT709
=
1
,
///< also ITU-R BT1361 / IEC 61966-2-4 xvYCC709 / SMPTE RP177 Annex B
AVCOL_SPC_UNSPECIFIED
=
2
,
AVCOL_SPC_RESERVED
=
3
,
AVCOL_SPC_FCC
=
4
,
AVCOL_SPC_FCC
=
4
,
///< FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
AVCOL_SPC_BT470BG
=
5
,
///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM / IEC 61966-2-4 xvYCC601
AVCOL_SPC_SMPTE170M
=
6
,
///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC / functionally identical to above
AVCOL_SPC_SMPTE240M
=
7
,
...
...
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