diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index 8af11a309e52cd1db1810a577493a75a200ac20a..483cf0615bb4e8c67d0389a6fd6acdf6f5ffc462 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -347,7 +347,7 @@ static av_always_inline int get_bitalloc(GetBitContext *gb, BitAlloc *ba, } typedef struct { - AVClass *class; ///< class for AVOptions + const AVClass *class; ///< class for AVOptions AVCodecContext *avctx; /* Frame header */ int frame_type; ///< type of the current frame