2023-10-26 13:54:33 CST W43D4

This commit is contained in:
aggresss
2023-10-26 13:54:33 +08:00
parent 4329c27b55
commit babffde433
19 changed files with 884 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ package ffmpeg
import "C"
// AVHMACType
type AVHMACType C.enum_AVHMACType
type AVHMACType = C.enum_AVHMACType
const (
AV_HMAC_MD5 = AVHMACType(C.AV_HMAC_MD5)
@@ -17,6 +17,7 @@ const (
AV_HMAC_SHA512 = AVHMACType(C.AV_HMAC_SHA512)
)
// AVHMAC
type AVHMAC C.struct_AVHMAC
// AvHmacAlloc allocates an AVHMAC context.