diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-17 05:49:06 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-24 18:33:18 +0200 |
commit | 67eea6cf026a70940ea402d54685d67c660b49cd (patch) | |
tree | 93b3de87aa42d634bc552fc0705c5938dda1900b /libavcodec/vt_internal.h | |
parent | 3a00a1a8006acee24cf15c24bbc5272cba283d7a (diff) | |
download | ffmpeg-67eea6cf026a70940ea402d54685d67c660b49cd.tar.gz |
avformat/matroskaenc: Split updating CodecPrivate from writing it
Up until now, updating extradata was very ad-hoc: The amount of
space reserved for extradata was not recorded when writing the
header; instead the AAC code simply presumed that it was enough.
This commit changes this by recording how much space is available.
This brings with it that the code for writing of and reserving space
for the CodecPrivate and for updating it diverges. They are therefore
split; this allows to put other common tasks like seeking to
right offset as well as writing padding (in case the new extradata did
not fill the whole reserved space) to this common function.
The code for filling up the reserved space is smarter than the code
it replaces; therefore it is no longer necessary to reserve more
than necessary just to be sure that one can add an EBML Void element
(whose minimum size is two) lateron. This is the reason for the change
to the aac-autobsf-adtstoasc test.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vt_internal.h')
0 files changed, 0 insertions, 0 deletions