2023-10-26 13:54:33 CST W43D4

This commit is contained in:
aggresss
2023-10-26 13:54:33 +08:00
parent 4329c27b55
commit babffde433
19 changed files with 884 additions and 5 deletions

View File

@@ -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)))
}