avcodec/dcadec: AVClass is const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/49/head
Michael Niedermayer 12 years ago
parent 5b3c684147
commit 55bd20a841
  1. 2
      libavcodec/dcadec.c

@ -347,7 +347,7 @@ static av_always_inline int get_bitalloc(GetBitContext *gb, BitAlloc *ba,
} }
typedef struct { typedef struct {
AVClass *class; ///< class for AVOptions const AVClass *class; ///< class for AVOptions
AVCodecContext *avctx; AVCodecContext *avctx;
/* Frame header */ /* Frame header */
int frame_type; ///< type of the current frame int frame_type; ///< type of the current frame

Loading…
Cancel
Save