mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 15:47:33 +08:00
2023-10-17 15:38:39 CST W42D2
This commit is contained in:
@@ -5,7 +5,7 @@ package ffmpeg
|
||||
*/
|
||||
import "C"
|
||||
|
||||
type AvRounding int32
|
||||
type AvRounding = C.enum_AVRounding
|
||||
|
||||
const (
|
||||
AV_ROUND_ZERO = AvRounding(C.AV_ROUND_ZERO)
|
||||
|
Reference in New Issue
Block a user