2023-11-05 09:24:57 CST W45D0

This commit is contained in:
aggresss
2023-11-05 09:24:57 +08:00
parent d9fd8e43ad
commit 6702a75415
9 changed files with 14 additions and 14 deletions

View File

@@ -130,7 +130,7 @@ func AvTimecodeInitFromString(tc *AVTimecode, rate AVRational, str string, logCt
(*C.char)(strPtr), VoidPointer(logCtx)))
}
// AvTimecodeCheckFrameRate checks if the timecode feature is available for the given frame rate
// AvTimecodeCheckFrameRate checks if the timecode feature is available for the given frame rate.
func AvTimecodeCheckFrameRate(rate AVRational) int32 {
return (int32)(C.av_timecode_check_frame_rate((C.struct_AVRational)(rate)))
}