From 0fd0cae082426d214a10688e83df4ba6cb19ec03 Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Wed, 26 Dec 2007 16:24:04 +0000 Subject: remove useless assignment Originally committed as revision 11318 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ptx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ptx.c') diff --git a/libavcodec/ptx.c b/libavcodec/ptx.c index 20fabb64ee..b3e2919df7 100644 --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -30,7 +30,6 @@ static int ptx_init(AVCodecContext *avctx) { avcodec_get_frame_defaults(&s->picture); avctx->coded_frame= &s->picture; - s->picture.data[0] = NULL; return 0; } -- cgit v1.2.3