summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2021-02-18 12:51:48 +0800
committerGuo, Yejun <yejun.guo@intel.com>2021-04-17 17:27:02 +0800
commitf1bf465aa03a255e31dfe2a7f25dba85b0d9a36c (patch)
tree2ddac656bd3a0e16543a895752165de92e286285 /libavutil/frame.h
parent8b954a727a74c5adaea9d8a1fc490c12cd4e0db8 (diff)
lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index a5ed91b20a..0d7ed29dfc 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -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 {