mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 07:37:20 +08:00
2023-10-26 13:54:33 CST W43D4
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user