mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'
* commit '04ccd584a70fad4ebb29ca340d704970ff313cbc': pixfmt: mark further reserved values Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
7eb959bf0b
@ -433,6 +433,7 @@ enum AVPixelFormat {
|
|||||||
* Chromaticity coordinates of the source primaries.
|
* Chromaticity coordinates of the source primaries.
|
||||||
*/
|
*/
|
||||||
enum AVColorPrimaries {
|
enum AVColorPrimaries {
|
||||||
|
AVCOL_PRI_RESERVED0 = 0,
|
||||||
AVCOL_PRI_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
|
AVCOL_PRI_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
|
||||||
AVCOL_PRI_UNSPECIFIED = 2,
|
AVCOL_PRI_UNSPECIFIED = 2,
|
||||||
AVCOL_PRI_RESERVED = 3,
|
AVCOL_PRI_RESERVED = 3,
|
||||||
@ -450,6 +451,7 @@ enum AVColorPrimaries {
|
|||||||
* Color Transfer Characteristic.
|
* Color Transfer Characteristic.
|
||||||
*/
|
*/
|
||||||
enum AVColorTransferCharacteristic {
|
enum AVColorTransferCharacteristic {
|
||||||
|
AVCOL_TRC_RESERVED0 = 0,
|
||||||
AVCOL_TRC_BT709 = 1, ///< also ITU-R BT1361
|
AVCOL_TRC_BT709 = 1, ///< also ITU-R BT1361
|
||||||
AVCOL_TRC_UNSPECIFIED = 2,
|
AVCOL_TRC_UNSPECIFIED = 2,
|
||||||
AVCOL_TRC_RESERVED = 3,
|
AVCOL_TRC_RESERVED = 3,
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 54
|
#define LIBAVUTIL_VERSION_MAJOR 54
|
||||||
#define LIBAVUTIL_VERSION_MINOR 9
|
#define LIBAVUTIL_VERSION_MINOR 9
|
||||||
#define LIBAVUTIL_VERSION_MICRO 100
|
#define LIBAVUTIL_VERSION_MICRO 101
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
||||||
LIBAVUTIL_VERSION_MINOR, \
|
LIBAVUTIL_VERSION_MINOR, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user