Skip to content
Snippets Groups Projects
Commit d6bb52ac authored by Ivo van Poorten's avatar Ivo van Poorten
Browse files

remove useless assignment

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