diff options
author | Andreas Rheinhardt <[email protected]> | 2024-02-18 01:23:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2024-02-22 01:45:31 +0100 |
commit | 253a8340f53f108d4ceb17563eab8798ed6f5481 (patch) | |
tree | e848c4e1e071754c0d0979c74cda1a6d6eb53b17 /libavcodec/audio_frame_queue.c | |
parent | abea3749b32f3a25c271b80c0a673ffcf00b9636 (diff) |
avcodec/ttmlenc: 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 <[email protected]>
Diffstat (limited to 'libavcodec/audio_frame_queue.c')
0 files changed, 0 insertions, 0 deletions