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:
@@ -137,8 +137,8 @@ func AvLog2(v uint32) int32 {
|
||||
return (int32)(C.av_log2((C.uint)(v)))
|
||||
}
|
||||
|
||||
// AvLog2_16bit
|
||||
func AvLog2_16bit(v uint32) int32 {
|
||||
// AvLog2With16bit
|
||||
func AvLog2With16bit(v uint32) int32 {
|
||||
return (int32)(C.av_log2_16bit((C.uint)(v)))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user