[FFmpeg-cvslog] avcodec/dcadec: AVClass is const
Michael Niedermayer
git at videolan.org
Fri Nov 29 05:02:41 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Nov 29 04:56:18 2013 +0100| [55bd20a841d2b98206dbeaebc4c24a5eed44f45c] | committer: Michael Niedermayer
avcodec/dcadec: AVClass is const
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55bd20a841d2b98206dbeaebc4c24a5eed44f45c
---
libavcodec/dcadec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
index 8af11a3..483cf06 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
More information about the ffmpeg-cvslog
mailing list