mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-06 16:19:38 +08:00
2023-10-17 15:38:39 CST W42D2
This commit is contained in:
@@ -6,7 +6,7 @@ package ffmpeg
|
||||
import "C"
|
||||
|
||||
// AvCodecID
|
||||
type AvCodecID int32
|
||||
type AvCodecID = C.enum_AVCodecID
|
||||
|
||||
const (
|
||||
AV_CODEC_ID_NONE = AvCodecID(C.AV_CODEC_ID_NONE)
|
||||
|
Reference in New Issue
Block a user