diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-14 00:51:42 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-19 11:34:36 +0100 |
commit | 0148e85c3ca143a3b7ae56e21f221cd78c334740 (patch) | |
tree | d395c3b39ea5867faedabb83041a1d68b387370d /tests/ref/fate/matroska-h264-remux | |
parent | b845fff57d358657d1c2efb63a883fb5505b6a32 (diff) | |
download | ffmpeg-0148e85c3ca143a3b7ae56e21f221cd78c334740.tar.gz |
avformat/matroskaenc: Don't waste bytes on SimpleTags length fields
Also check the (user-provided) tags for being overlong; the earlier
code had an implicit unchecked size_t->int conversion.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref/fate/matroska-h264-remux')
-rw-r--r-- | tests/ref/fate/matroska-h264-remux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/matroska-h264-remux b/tests/ref/fate/matroska-h264-remux index b5ecebaf24..e55708ce37 100644 --- a/tests/ref/fate/matroska-h264-remux +++ b/tests/ref/fate/matroska-h264-remux @@ -1,5 +1,5 @@ -36fda8942bfed91fed04c5ba63dc8b1a *tests/data/fate/matroska-h264-remux.matroska -2036089 tests/data/fate/matroska-h264-remux.matroska +ae0ccd32cc0d3bfc1eaa15c7fc985dfb *tests/data/fate/matroska-h264-remux.matroska +2036075 tests/data/fate/matroska-h264-remux.matroska #tb 0: 1/25 #media_type 0: video #codec_id 0: rawvideo |