Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index bfc4d71e65..ed347e2375 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -87,6 +87,7 @@ typedef struct FFV1Context {
int transparency;
int flags;
int picture_number;
+ int key_frame;
ThreadFrame picture, last_picture;
struct FFV1Context *fsrc;