mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
ffv1enc: Add const attribute to input frame
warning: assigning to 'AVFrame *' (aka 'struct AVFrame *') from
'const AVFrame *' (aka 'const struct AVFrame *') discards
qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ typedef struct FFV1Context {
|
||||
int transparency;
|
||||
int flags;
|
||||
int picture_number;
|
||||
AVFrame *frame;
|
||||
const AVFrame *frame;
|
||||
AVFrame *last_picture;
|
||||
|
||||
AVFrame *cur;
|
||||
|
||||
Reference in New Issue
Block a user