[FFmpeg-cvslog] r11318 - trunk/libavcodec/ptx.c

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


Author: ivo
Date: Wed Dec 26 17:24:04 2007
New Revision: 11318

Log:
remove useless assignment


Modified:
   trunk/libavcodec/ptx.c

Modified: trunk/libavcodec/ptx.c
==============================================================================
--- trunk/libavcodec/ptx.c	(original)
+++ trunk/libavcodec/ptx.c	Wed Dec 26 17:24:04 2007
@@ -30,7 +30,6 @@ static int ptx_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