You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
avcodec/ffv1: use 64-bit frame counter
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@ -85,7 +85,7 @@ typedef struct FFV1Context {
|
|||||||
int chroma_h_shift, chroma_v_shift;
|
int chroma_h_shift, chroma_v_shift;
|
||||||
int transparency;
|
int transparency;
|
||||||
int flags;
|
int flags;
|
||||||
int picture_number;
|
int64_t picture_number;
|
||||||
int key_frame;
|
int key_frame;
|
||||||
ThreadFrame picture, last_picture;
|
ThreadFrame picture, last_picture;
|
||||||
struct FFV1Context *fsrc;
|
struct FFV1Context *fsrc;
|
||||||
|
Reference in New Issue
Block a user