Commit 48670d47 authored by Michael Niedermayer's avatar Michael Niedermayer

const

Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cd5a654e
...@@ -135,7 +135,7 @@ static void add_frame_32(AVFrame *f, uint8_t *src, ...@@ -135,7 +135,7 @@ static void add_frame_32(AVFrame *f, uint8_t *src,
#endif #endif
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
uint8_t *buf, int buf_size) { const uint8_t *buf, int buf_size) {
CamStudioContext *c = avctx->priv_data; CamStudioContext *c = avctx->priv_data;
AVFrame *picture = data; AVFrame *picture = data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment