Commit efb5ebe8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b06c8bce'

* commit 'b06c8bce':
  mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5a15bd6f b06c8bce
......@@ -1423,7 +1423,6 @@ int ff_find_unused_picture(MpegEncContext *s, int shared)
s->picture[ret].needs_realloc = 0;
ff_free_picture_tables(&s->picture[ret]);
ff_mpeg_unref_picture(s, &s->picture[ret]);
avcodec_get_frame_defaults(&s->picture[ret].f);
}
}
return ret;
......
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