mirror of https://github.com/FFmpeg/FFmpeg.git
By using avio_get_dyn_buf() + ffio_free_dyn_buf() instead of avio_close_dyn_buf() + av_free() one can avoid an allocation + copy for small extradata. Furthermore, it simplifies freeing. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/333/head
parent
a31f68fb44
commit
c36a3df676
1 changed files with 6 additions and 9 deletions
Loading…
Reference in new issue