Merge commit 'b06c8bce02'
* commit 'b06c8bce02':
mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
efb5ebe832
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue