diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2020-06-23 16:05:18 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2020-06-28 20:16:29 +0100 |
commit | d5247fb1da615a7ccff9fa7271bc8aba23e0de25 (patch) | |
tree | 7e639f4191682910447ca61262acfb35d9010100 /MAINTAINERS | |
parent | fdead2a31a4686488a29d45c3d2e9b8b7723c0ef (diff) | |
download | ffmpeg-d5247fb1da615a7ccff9fa7271bc8aba23e0de25.tar.gz |
lavf/movenc: Use a dynamic buffer when writing the mfra box
When doing streamed output, with e.g. +dash, if the mfra box ended
up being larger than the AVIOContext write buffer, the (unchecked)
seeking back to update the box size would silently fail and produce
an invalid mfra box.
This is similar to how other boxes are written in fragmented mode.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions