Commit 3052e4b5 authored by Michael Niedermayer's avatar Michael Niedermayer

some const

Originally committed as revision 11766 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 317b3092
......@@ -34,7 +34,7 @@ static int common_init(AVCodecContext *avctx){
static int pnm_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
uint8_t *buf, int buf_size)
const uint8_t *buf, int buf_size)
{
PNMContext * const s = avctx->priv_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