comparison vqavideo.c @ 6377:931ca319f2fe libavcodec

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents d256d072f23d
children 814c8bd77d91
comparison
equal deleted inserted replaced
6376:f70b8e837ecc 6377:931ca319f2fe
131 131
132 static int vqa_decode_init(AVCodecContext *avctx) 132 static int vqa_decode_init(AVCodecContext *avctx)
133 { 133 {
134 VqaContext *s = avctx->priv_data; 134 VqaContext *s = avctx->priv_data;
135 unsigned char *vqa_header; 135 unsigned char *vqa_header;
136 int i, j, codebook_index;; 136 int i, j, codebook_index;
137 137
138 s->avctx = avctx; 138 s->avctx = avctx;
139 avctx->pix_fmt = PIX_FMT_PAL8; 139 avctx->pix_fmt = PIX_FMT_PAL8;
140 dsputil_init(&s->dsp, avctx); 140 dsputil_init(&s->dsp, avctx);
141 141