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

remove useless assignment

Originally committed as revision 11318 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a8d7318
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ static int ptx_init(AVCodecContext *avctx) { ...@@ -30,7 +30,6 @@ static int ptx_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