comparison aasc.c @ 6221:b42a510e0939 libavcodec

const
author michael
date Fri, 01 Feb 2008 03:39:15 +0000
parents f99e40a7155b
children 48759bfbd073
comparison
equal deleted inserted replaced
6220:0ed0d9d578ad 6221:b42a510e0939
56 return 0; 56 return 0;
57 } 57 }
58 58
59 static int aasc_decode_frame(AVCodecContext *avctx, 59 static int aasc_decode_frame(AVCodecContext *avctx,
60 void *data, int *data_size, 60 void *data, int *data_size,
61 uint8_t *buf, int buf_size) 61 const uint8_t *buf, int buf_size)
62 { 62 {
63 AascContext *s = avctx->priv_data; 63 AascContext *s = avctx->priv_data;
64 int stream_ptr = 4; 64 int stream_ptr = 4;
65 unsigned char rle_code; 65 unsigned char rle_code;
66 unsigned char stream_byte; 66 unsigned char stream_byte;