Remove redundant assign

Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2007-03-27 05:23:07 +00:00
parent bad0cefbdd
commit 9ac421e3c1
8 changed files with 0 additions and 8 deletions

View File

@@ -52,7 +52,6 @@ static int aasc_decode_init(AVCodecContext *avctx)
s->avctx = avctx;
avctx->pix_fmt = PIX_FMT_BGR24;
avctx->has_b_frames = 0;
s->frame.data[0] = NULL;
return 0;