lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification

This commit is contained in:
Guo, Yejun
2021-02-18 12:51:48 +08:00
parent 8b954a727a
commit f1bf465aa0
7 changed files with 192 additions and 1 deletions

View File

@@ -198,6 +198,12 @@ enum AVFrameSideDataType {
* Must be present for every frame which should have film grain applied.
*/
AV_FRAME_DATA_FILM_GRAIN_PARAMS,
/**
* Bounding boxes for object detection and classification,
* as described by AVDetectionBBoxHeader.
*/
AV_FRAME_DATA_DETECTION_BBOXES,
};
enum AVActiveFormatDescription {