|
|
|
@@ -1515,7 +1515,17 @@ enum AVPacketSideDataType { |
|
|
|
* should be associated with a video stream and containts data in the form |
|
|
|
* of the AVMasteringDisplayMetadata struct. |
|
|
|
*/ |
|
|
|
AV_PKT_DATA_MASTERING_DISPLAY_METADATA |
|
|
|
AV_PKT_DATA_MASTERING_DISPLAY_METADATA, |
|
|
|
|
|
|
|
/** |
|
|
|
* The number of side data elements (in fact a bit more than it). |
|
|
|
* This is not part of the public API/ABI in the sense that it may |
|
|
|
* change when new side data types are added. |
|
|
|
* This must stay the last enum value. |
|
|
|
* If its value becomes huge, some code using it |
|
|
|
* needs to be updated as it assumes it to be smaller than other limits. |
|
|
|
*/ |
|
|
|
AV_PKT_DATA_NB |
|
|
|
}; |
|
|
|
|
|
|
|
#define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED |
|
|
|
|