Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-02-01 14:50:36 +00:00
parent cd5a654ed5
commit 48670d4740
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ static void add_frame_32(AVFrame *f, uint8_t *src,
#endif
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;
AVFrame *picture = data;