comparison aasc.c @ 9553:4cab394c16ea libavcodec

Remove useless assignment during initialization for some decoders
author kostya
date Fri, 24 Apr 2009 14:09:24 +0000
parents 54bc8a2727b0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9552:4fd9ac9978e5 9553:4cab394c16ea
50 AascContext *s = avctx->priv_data; 50 AascContext *s = avctx->priv_data;
51 51
52 s->avctx = avctx; 52 s->avctx = avctx;
53 53
54 avctx->pix_fmt = PIX_FMT_BGR24; 54 avctx->pix_fmt = PIX_FMT_BGR24;
55 s->frame.data[0] = NULL;
56 55
57 return 0; 56 return 0;
58 } 57 }
59 58
60 static int aasc_decode_frame(AVCodecContext *avctx, 59 static int aasc_decode_frame(AVCodecContext *avctx,