comparison indeo2.c @ 2834:fd5d7c732c6b libavcodec

kill a bunch of compiler warnings
author mru
date Sun, 14 Aug 2005 15:42:40 +0000
parents 7a411f408d74
children ef2149182f1c
comparison
equal deleted inserted replaced
2833:1f117208d20f 2834:fd5d7c732c6b
139 { 139 {
140 Ir2Context * const s = avctx->priv_data; 140 Ir2Context * const s = avctx->priv_data;
141 AVFrame *picture = data; 141 AVFrame *picture = data;
142 AVFrame * const p= (AVFrame*)&s->picture; 142 AVFrame * const p= (AVFrame*)&s->picture;
143 int start; 143 int start;
144 int i;
145 144
146 if(p->data[0]) 145 if(p->data[0])
147 avctx->release_buffer(avctx, p); 146 avctx->release_buffer(avctx, p);
148 147
149 p->reference = 1; 148 p->reference = 1;