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