Browse Source

avcodec/dcadec: AVClass is const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
55bd20a841
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dcadec.c

+ 1
- 1
libavcodec/dcadec.c View File

@@ -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


Loading…
Cancel
Save