diff options
author | Andreas Rheinhardt <[email protected]> | 2019-11-27 13:22:06 +0100 |
---|---|---|
committer | James Almer <[email protected]> | 2019-11-28 15:20:36 -0300 |
commit | 67ce9e0463e170179ece4abc33be716282a0202b (patch) | |
tree | e853a4dc520a406ee106b28877666bebc3648124 /libavfilter/f_streamselect.c | |
parent | 163bb9ac0af495a5cb95441bdb5c02170440d28c (diff) |
avformat/apetag: Avoid allocation for small tags
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 tags. Furthermore, it simplifies freeing.
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavfilter/f_streamselect.c')
0 files changed, 0 insertions, 0 deletions