mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 07:37:20 +08:00
2023-10-17 15:38:39 CST W42D2
This commit is contained in:
@@ -50,7 +50,7 @@ func AvOutputVideoDeviceNext(d *AvOutputFormat) *AvOutputFormat {
|
||||
type AvDeviceRect C.struct_AVDeviceRect
|
||||
|
||||
// AvAppToDevMessageType
|
||||
type AvAppToDevMessageType int32
|
||||
type AvAppToDevMessageType = C.enum_AVAppToDevMessageType
|
||||
|
||||
const (
|
||||
AV_APP_TO_DEV_NONE = AvAppToDevMessageType(C.AV_APP_TO_DEV_NONE)
|
||||
@@ -68,7 +68,7 @@ const (
|
||||
)
|
||||
|
||||
// AvDevToAppMessageType
|
||||
type AvDevToAppMessageType int32
|
||||
type AvDevToAppMessageType = C.enum_AVDevToAppMessageType
|
||||
|
||||
const (
|
||||
AV_DEV_TO_APP_NONE = AvDevToAppMessageType(C.AV_DEV_TO_APP_NONE)
|
||||
|
Reference in New Issue
Block a user