mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 23:33:15 +08:00
2023-10-31 09:16:44 CST W44D2
This commit is contained in:
@@ -1363,7 +1363,7 @@ func AvFrameApplyCropping(frame *AVFrame, flags int32) int32 {
|
||||
return (int32)(C.av_frame_apply_cropping((*C.struct_AVFrame)(frame), (C.int)(flags)))
|
||||
}
|
||||
|
||||
// AvFrameSideDataName returns a string identifying the side data type
|
||||
// AvFrameSideDataName returns a string identifying the side data type.
|
||||
func AvFrameSideDataName(_type AVFrameSideDataType) string {
|
||||
return C.GoString(C.av_frame_side_data_name((C.enum_AVFrameSideDataType)(_type)))
|
||||
}
|
||||
|
Reference in New Issue
Block a user