diff kmvc.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 9ab7ba20202c
line wrap: on
line diff
--- a/kmvc.c	Fri Apr 24 13:38:28 2009 +0000
+++ b/kmvc.c	Fri Apr 24 14:09:24 2009 +0000
@@ -346,8 +346,6 @@
 
     c->avctx = avctx;
 
-    c->pic.data[0] = NULL;
-
     if (avctx->width > 320 || avctx->height > 200) {
         av_log(avctx, AV_LOG_ERROR, "KMVC supports frames <= 320x200\n");
         return -1;