mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 15:47:33 +08:00
2023-10-27 06:28:27 CST W43D5
This commit is contained in:
@@ -5,6 +5,6 @@ package ffmpeg
|
||||
*/
|
||||
import "C"
|
||||
|
||||
func FFALIGN[T HelperInteger](x, a T) T {
|
||||
func FFALIGN[T Integer](x, a T) T {
|
||||
return ((x) + (a) - 1) & ^((a) - 1)
|
||||
}
|
||||
|
Reference in New Issue
Block a user