diff tscc.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 d7ed9dcc78e3
line wrap: on
line diff
--- a/tscc.c	Fri Apr 24 13:38:28 2009 +0000
+++ b/tscc.c	Fri Apr 24 14:09:24 2009 +0000
@@ -139,7 +139,6 @@
 
     c->avctx = avctx;
 
-    c->pic.data[0] = NULL;
     c->height = avctx->height;
 
     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {