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