From 10a9149de242c7bbc4e130d3d7c593b89e20f80e Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 15 Jul 2015 18:41:17 +0100 Subject: ffv1enc: Keep coded_frame.key_frame a write-only variable --- libavcodec/ffv1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ffv1.h') diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index bc433bceb5..6e8c798b6a 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -78,6 +78,7 @@ typedef struct FFV1Context { int transparency; int flags; int picture_number; + int key_frame; const AVFrame *frame; AVFrame *last_picture; -- cgit v1.2.3