|
|
|
@@ -1593,6 +1593,16 @@ enum AVPacketSideDataType { |
|
|
|
* AVContentLightMetadata struct. |
|
|
|
*/ |
|
|
|
AV_PKT_DATA_CONTENT_LIGHT_LEVEL, |
|
|
|
|
|
|
|
/** |
|
|
|
* 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 |
|
|
|
|