diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-18 01:54:45 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-22 01:45:31 +0100 |
commit | 4179c121c331dc47def39e3642dbc0f8c3855c22 (patch) | |
tree | f78ec85a3737f8efe27f7dbfa109717f320cf1fc /libavutil | |
parent | e9a587af25f62551708798218bb630c9e68f5104 (diff) | |
download | ffmpeg-4179c121c331dc47def39e3642dbc0f8c3855c22.tar.gz |
avcodec/movtextenc: Don't copy data around unnecessarily
Using av_bprint_init_for_buffer() avoids copying data
into the internal AVBPrint buffer (or worse: to allocate
a temporary buffer in case the internal buffer does not
suffice).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions