Commit d6bb52ac authored by Ivo van Poorten's avatar Ivo van Poorten

remove useless assignment

Originally committed as revision 11319 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0fd0cae0
......@@ -33,7 +33,6 @@ static int txd_init(AVCodecContext *avctx) {
avcodec_get_frame_defaults(&s->picture);
avctx->coded_frame = &s->picture;
s->picture.data[0] = NULL;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment