mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 15:23:13 +08:00
2023-10-17 15:38:39 CST W42D2
This commit is contained in:
@@ -11,7 +11,7 @@ const (
|
||||
)
|
||||
|
||||
// Dithering algorithms
|
||||
type SwrDitherType int32
|
||||
type SwrDitherType = C.enum_SwrDitherType
|
||||
|
||||
const (
|
||||
SWR_DITHER_NONE = SwrDitherType(C.SWR_DITHER_NONE)
|
||||
@@ -30,7 +30,7 @@ const (
|
||||
)
|
||||
|
||||
// Resampling Engines
|
||||
type SwrEngine int32
|
||||
type SwrEngine = C.enum_SwrEngine
|
||||
|
||||
const (
|
||||
SWR_ENGINE_SWR = SwrEngine(C.SWR_ENGINE_SWR)
|
||||
@@ -39,7 +39,7 @@ const (
|
||||
)
|
||||
|
||||
// Resampling Filter Types
|
||||
type SwrFilterType int32
|
||||
type SwrFilterType = C.enum_SwrFilterType
|
||||
|
||||
const (
|
||||
SWR_FILTER_TYPE_CUBIC = SwrFilterType(C.SWR_FILTER_TYPE_CUBIC)
|
||||
|
Reference in New Issue
Block a user