Commit 0fd0cae0 authored by Ivo van Poorten's avatar Ivo van Poorten

remove useless assignment

Originally committed as revision 11318 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a8d7318
......@@ -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;
}
......
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