mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
Merge commit '706af9227b58657c73e3a4df3689da734f010500'
* commit '706af9227b58657c73e3a4df3689da734f010500': lavu: Document the color properties enumeration values origin Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
68c9a39942
@ -396,6 +396,7 @@ enum AVPixelFormat {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Chromaticity coordinates of the source primaries.
|
* Chromaticity coordinates of the source primaries.
|
||||||
|
* These values match the ones defined by ISO/IEC 23001-8_2013 § 7.1.
|
||||||
*/
|
*/
|
||||||
enum AVColorPrimaries {
|
enum AVColorPrimaries {
|
||||||
AVCOL_PRI_RESERVED0 = 0,
|
AVCOL_PRI_RESERVED0 = 0,
|
||||||
@ -419,6 +420,7 @@ enum AVColorPrimaries {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Color Transfer Characteristic.
|
* Color Transfer Characteristic.
|
||||||
|
* These values match the ones defined by ISO/IEC 23001-8_2013 § 7.2.
|
||||||
*/
|
*/
|
||||||
enum AVColorTransferCharacteristic {
|
enum AVColorTransferCharacteristic {
|
||||||
AVCOL_TRC_RESERVED0 = 0,
|
AVCOL_TRC_RESERVED0 = 0,
|
||||||
@ -447,6 +449,7 @@ enum AVColorTransferCharacteristic {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* YUV colorspace type.
|
* YUV colorspace type.
|
||||||
|
* These values match the ones defined by ISO/IEC 23001-8_2013 § 7.3.
|
||||||
*/
|
*/
|
||||||
enum AVColorSpace {
|
enum AVColorSpace {
|
||||||
AVCOL_SPC_RGB = 0, ///< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)
|
AVCOL_SPC_RGB = 0, ///< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)
|
||||||
|
Loading…
Reference in New Issue
Block a user