[FFmpeg-cvslog] r11319 - trunk/libavcodec/txd.c

ivo subversion
Wed Dec 26 17:24:49 CET 2007


Author: ivo
Date: Wed Dec 26 17:24:49 2007
New Revision: 11319

Log:
remove useless assignment


Modified:
   trunk/libavcodec/txd.c

Modified: trunk/libavcodec/txd.c
==============================================================================
--- trunk/libavcodec/txd.c	(original)
+++ trunk/libavcodec/txd.c	Wed Dec 26 17:24:49 2007
@@ -33,7 +33,6 @@ static int txd_init(AVCodecContext *avct
 
     avcodec_get_frame_defaults(&s->picture);
     avctx->coded_frame = &s->picture;
-    s->picture.data[0] = NULL;
 
     return 0;
 }




More information about the ffmpeg-cvslog mailing list