diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 5c3bdc1dbf..bc433bceb5 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -78,7 +78,7 @@ typedef struct FFV1Context { int transparency; int flags; int picture_number; - AVFrame *frame; + const AVFrame *frame; AVFrame *last_picture; AVFrame *cur;