mirror of https://git.ffmpeg.org/ffmpeg.git
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…
Reference in New Issue