mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 11:40:42 +08:00
lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user