Commit 237764b1 authored by ivo's avatar ivo

remove useless assignment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11319 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 234b1d1d
......@@ -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