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
ab72eda1
Commit
ab72eda1
authored
Jun 23, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pixfmt: mark the reserved values
parent
fab9df63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
pixfmt.h
libavutil/pixfmt.h
+3
-0
version.h
libavutil/version.h
+1
-1
No files found.
libavutil/pixfmt.h
View file @
ab72eda1
...
...
@@ -298,6 +298,7 @@ enum AVPixelFormat {
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_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
...
...
@@ -313,6 +314,7 @@ enum AVColorPrimaries {
enum
AVColorTransferCharacteristic
{
AVCOL_TRC_BT709
=
1
,
///< also ITU-R BT1361
AVCOL_TRC_UNSPECIFIED
=
2
,
AVCOL_TRC_RESERVED
=
3
,
AVCOL_TRC_GAMMA22
=
4
,
///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM
AVCOL_TRC_GAMMA28
=
5
,
///< also ITU-R BT470BG
AVCOL_TRC_SMPTE170M
=
6
,
///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC
...
...
@@ -335,6 +337,7 @@ enum AVColorSpace {
AVCOL_SPC_RGB
=
0
,
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_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
...
...
libavutil/version.h
View file @
ab72eda1
...
...
@@ -55,7 +55,7 @@
#define LIBAVUTIL_VERSION_MAJOR 53
#define LIBAVUTIL_VERSION_MINOR 17
#define LIBAVUTIL_VERSION_MICRO
0
#define LIBAVUTIL_VERSION_MICRO
1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
...
...
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