summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 005f308784..04869da5c9 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -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;