mirror of
https://github.com/asticode/go-astiav.git
synced 2025-09-26 20:21:15 +08:00
5 lines
160 B
C
5 lines
160 B
C
#include <libavutil/frame.h>
|
|
|
|
AVRegionOfInterest* astiavConvertRegionsOfInterestFrameSideData(AVFrameSideData *sd) {
|
|
return (AVRegionOfInterest*)sd->data;
|
|
} |