mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-06 08:37:06 +08:00
Now using int64 for flags
This commit is contained in:
@@ -4,7 +4,7 @@ package astiav
|
||||
//#include <libavfilter/avfilter.h>
|
||||
import "C"
|
||||
|
||||
type FilterCommandFlag int
|
||||
type FilterCommandFlag int64
|
||||
|
||||
// https://github.com/FFmpeg/FFmpeg/blob/n5.0/libavfilter/avfilter.h#L739
|
||||
const (
|
||||
|
Reference in New Issue
Block a user