1
0
Fork 0

avcodec/ffv1: use 64-bit frame counter

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2023-01-24 00:38:38 +01:00
parent bdb7338b09
commit c0bc804e55
1 changed files with 1 additions and 1 deletions

View File

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