diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-15 11:25:12 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-20 23:42:28 +0200 |
commit | b468ddc75dde91cdb434457e7efc3d9efe40ddcf (patch) | |
tree | 1e913f80b83a74097351f03e16581bb9b780f799 /tests/ref/fate/matroska-mpegts-remux | |
parent | 58df81b02779c9c87cbf5403cfdbb437d5344669 (diff) | |
download | ffmpeg-b468ddc75dde91cdb434457e7efc3d9efe40ddcf.tar.gz |
avformat/matroskaenc: Don't waste bytes to Write Tag length fields
This is possible by using a dynamic buffer to write them;
said dynamic buffer is (re)used and reset as appropriate.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref/fate/matroska-mpegts-remux')
-rw-r--r-- | tests/ref/fate/matroska-mpegts-remux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/matroska-mpegts-remux b/tests/ref/fate/matroska-mpegts-remux index 148bc0ffbc..2faab0892f 100644 --- a/tests/ref/fate/matroska-mpegts-remux +++ b/tests/ref/fate/matroska-mpegts-remux @@ -1,5 +1,5 @@ -4e6253c1f5f96ff64ae855dea426547d *tests/data/fate/matroska-mpegts-remux.matroska -6509 tests/data/fate/matroska-mpegts-remux.matroska +acaf3ebe07afe9815e0a984921d3ab87 *tests/data/fate/matroska-mpegts-remux.matroska +6494 tests/data/fate/matroska-mpegts-remux.matroska #tb 0: 1/1000 #media_type 0: audio #codec_id 0: ac3 |