mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
avcodec/ffv1: use 64-bit frame counter
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
bdb7338b09
commit
c0bc804e55
@ -85,7 +85,7 @@ typedef struct FFV1Context {
|
||||
int chroma_h_shift, chroma_v_shift;
|
||||
int transparency;
|
||||
int flags;
|
||||
int picture_number;
|
||||
int64_t picture_number;
|
||||
int key_frame;
|
||||
ThreadFrame picture, last_picture;
|
||||
struct FFV1Context *fsrc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user