diff txd.c @ 6072:fe2733d26e9b libavcodec

remove useless assignment
author ivo
date Wed, 26 Dec 2007 16:24:49 +0000
parents 470601203f44
children 911d4939e3c8
line wrap: on
line diff
--- a/txd.c	Wed Dec 26 16:24:04 2007 +0000
+++ b/txd.c	Wed Dec 26 16:24:49 2007 +0000
@@ -33,7 +33,6 @@
 
     avcodec_get_frame_defaults(&s->picture);
     avctx->coded_frame = &s->picture;
-    s->picture.data[0] = NULL;
 
     return 0;
 }