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