Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
04ccd584
Commit
04ccd584
authored
Sep 26, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pixfmt: mark further reserved values
parent
c732c62c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
pixfmt.h
libavutil/pixfmt.h
+2
-0
version.h
libavutil/version.h
+1
-1
No files found.
libavutil/pixfmt.h
View file @
04ccd584
...
...
@@ -304,6 +304,7 @@ enum AVPixelFormat {
* Chromaticity coordinates of the source primaries.
*/
enum
AVColorPrimaries
{
AVCOL_PRI_RESERVED0
=
0
,
AVCOL_PRI_BT709
=
1
,
///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
AVCOL_PRI_UNSPECIFIED
=
2
,
AVCOL_PRI_RESERVED
=
3
,
...
...
@@ -321,6 +322,7 @@ enum AVColorPrimaries {
* Color Transfer Characteristic.
*/
enum
AVColorTransferCharacteristic
{
AVCOL_TRC_RESERVED0
=
0
,
AVCOL_TRC_BT709
=
1
,
///< also ITU-R BT1361
AVCOL_TRC_UNSPECIFIED
=
2
,
AVCOL_TRC_RESERVED
=
3
,
...
...
libavutil/version.h
View file @
04ccd584
...
...
@@ -55,7 +55,7 @@
#define LIBAVUTIL_VERSION_MAJOR 54
#define LIBAVUTIL_VERSION_MINOR 3
#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