kill a bunch of compiler warnings

Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2005-08-14 15:42:40 +00:00
parent 72ce053b9c
commit bf4e3bd2d0
15 changed files with 26 additions and 31 deletions
-1
View File
@@ -141,7 +141,6 @@ static int ir2_decode_frame(AVCodecContext *avctx,
AVFrame *picture = data;
AVFrame * const p= (AVFrame*)&s->picture;
int start;
int i;
if(p->data[0])
avctx->release_buffer(avctx, p);