1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

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

@ -14,6 +14,8 @@ libavutil: 2017-10-21
API changes, most recent first:
2021-04-17 - xxxxxxxxxx - lavu 56.73.100 - frame.h detection_bbox.h
Add AV_FRAME_DATA_DETECTION_BBOXES
2021-04-06 - xxxxxxxxxx - lavf 58.78.100 - avformat.h
Add avformat_index_get_entries_count(), avformat_index_get_entry(),