Commit 896b4389 authored by Michael Niedermayer's avatar Michael Niedermayer

const

Originally committed as revision 11794 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 17867842
...@@ -40,7 +40,7 @@ static const int xl_table[32] = { ...@@ -40,7 +40,7 @@ static const int xl_table[32] = {
static int decode_frame(AVCodecContext *avctx, static int decode_frame(AVCodecContext *avctx,
void *data, int *data_size, void *data, int *data_size,
uint8_t *buf, int buf_size) const uint8_t *buf, int buf_size)
{ {
VideoXLContext * const a = avctx->priv_data; VideoXLContext * const a = avctx->priv_data;
AVFrame * const p= (AVFrame*)&a->pic; AVFrame * const p= (AVFrame*)&a->pic;
......
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