Commit 234b1d1d authored by ivo's avatar ivo

remove useless assignment


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