diff ptx.c @ 6071:20d8a8f0fd30 libavcodec

remove useless assignment
author ivo
date Wed, 26 Dec 2007 16:24:04 +0000
parents 4acd7b248bb8
children 4d43f2e3aaa5
line wrap: on
line diff
--- a/ptx.c	Wed Dec 26 16:23:25 2007 +0000
+++ b/ptx.c	Wed Dec 26 16:24:04 2007 +0000
@@ -30,7 +30,6 @@
 
     avcodec_get_frame_defaults(&s->picture);
     avctx->coded_frame= &s->picture;
-    s->picture.data[0] = NULL;
 
     return 0;
 }