diff --git a/templates/dicformat.bt b/templates/dicformat.bt index 21fd4271..3454802e 100644 --- a/templates/dicformat.bt +++ b/templates/dicformat.bt @@ -752,9 +752,9 @@ typedef struct { byte sequence; TrackType type; - long start; - long end; - long pregap; + int64 start; + int64 end; + int64 pregap; byte session; char isrc[13]; byte flags;