Now using int64 for flags

This commit is contained in:
Quentin Renard
2024-03-29 09:34:57 +01:00
parent f60ac3803a
commit 90978f666e
15 changed files with 16 additions and 16 deletions

View File

@@ -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 (