From: Michael Niedermayer via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Cc: Michael Niedermayer <michael@niedermayer.cc>
Subject: [FFmpeg-devel] Re: [PATCH 1/7] matroskaenc: remove unused MaxBlockAdditionID
Date: Fri, 12 Sep 2025 16:52:42 +0200
Message-ID: <20250912145242.GC29660@pb2> (raw)
In-Reply-To: <5fc6ed86-32a5-44fc-bf15-01da82538de6@mediaarea.net>
[-- Attachment #1.1: Type: text/plain, Size: 2233 bytes --]
On Tue, Sep 09, 2025 at 02:38:53PM +0200, Jerome Martinez via ffmpeg-devel wrote:
> libavformat/matroskaenc.c | 8 +++----
> tests/ref/lavf/mka | 4 +--
> tests/ref/lavf/mkv | 4 +--
> tests/ref/lavf/mkv_attachment | 4 +--
> tests/ref/seek/lavf-mkv | 44 +++++++++++++++++++++---------------------
> 5 files changed, 32 insertions(+), 32 deletions(-)
> 5640f0c46b6393637f17285da9bfbc84266c5054 0001-matroskaenc-remove-unused-MaxBlockAdditionID.patch
> >From 305cce5e1db5e6ae48497398bec024da206b9035 Mon Sep 17 00:00:00 2001
> From: Jerome Martinez <jerome@mediaarea.net>
> Date: Wed, 3 Sep 2025 19:54:10 +0200
> Subject: [PATCH 1/7] matroskaenc: remove unused MaxBlockAdditionID
>
> For non video tracks: it is never used, let's save 4 bytes
> For video tracks: simplify the temporary storage with only a void element and MaxBlockAdditionID will be written when finishing the track if needed (not the default value)
> ---
> libavformat/matroskaenc.c | 8 +++----
> tests/ref/lavf/mka | 4 ++--
> tests/ref/lavf/mkv | 4 ++--
> tests/ref/lavf/mkv_attachment | 4 ++--
> tests/ref/seek/lavf-mkv | 44 +++++++++++++++++------------------
> 5 files changed, 32 insertions(+), 32 deletions(-)
seems to break fate:
make -j32 fate-shortest-sub
--- ./tests/ref/fate/shortest-sub 2025-09-11 20:05:21.708975764 +0200
+++ tests/data/fate/shortest-sub 2025-09-12 16:44:16.370841163 +0200
@@ -1,5 +1,5 @@
-d6608277c93097383e62388196dc62f0 *tests/data/fate/shortest-sub.matroska
-139260 tests/data/fate/shortest-sub.matroska
+24443d70a3750ce14b918a6e3d9e9926 *tests/data/fate/shortest-sub.matroska
+139256 tests/data/fate/shortest-sub.matroska
#extradata 1: 167, 0xf7272d5f
#tb 0: 1/1000
#media_type 0: video
Test shortest-sub failed. Look at tests/data/fate/shortest-sub.err for details.
make: *** [tests/Makefile:321: fate-shortest-sub] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Homeopathy is like voting while filling the ballot out with transparent ink.
Sometimes the outcome one wanted occurs. Rarely its worse than filling out
a ballot properly.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 163 bytes --]
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
next prev parent reply other threads:[~2025-09-12 14:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 12:37 [FFmpeg-devel] [PATCH 0/7] matroska: support of timecode Jerome Martinez via ffmpeg-devel
2025-09-09 12:38 ` [FFmpeg-devel] [PATCH 1/7] matroskaenc: remove unused MaxBlockAdditionID Jerome Martinez via ffmpeg-devel
2025-09-12 14:52 ` Michael Niedermayer via ffmpeg-devel [this message]
2025-09-12 14:57 ` [FFmpeg-devel] " James Almer via ffmpeg-devel
2025-09-09 12:39 ` [FFmpeg-devel] [PATCH 2/7] matroskaenc: reserve_video_track_space option Jerome Martinez via ffmpeg-devel
2025-09-09 12:39 ` [FFmpeg-devel] [PATCH 3/7] matroskaenc: increase default for reserved bytes in video Jerome Martinez via ffmpeg-devel
2025-09-09 12:40 ` [FFmpeg-devel] [PATCH 4/7] 32-bit timecode to 64-bit RFC 5484 timecode functions Jerome Martinez via ffmpeg-devel
2025-09-09 12:41 ` [FFmpeg-devel] [PATCH 5/7] decklink_dec: store timecode in 64-bit RFC 5484 format Jerome Martinez via ffmpeg-devel
2025-09-09 12:41 ` [FFmpeg-devel] [PATCH 6/7] matroskadec: read timecode in BlockAddition Jerome Martinez via ffmpeg-devel
2025-09-09 12:41 ` [FFmpeg-devel] [PATCH 7/7] matroskaenc: write " Jerome Martinez via ffmpeg-devel
2025-09-11 15:52 ` [FFmpeg-devel] Re: [PATCH 0/7] matroska: support of timecode Dave Rice via ffmpeg-devel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250912145242.GC29660@pb2 \
--to=ffmpeg-devel@ffmpeg.org \
--cc=michael@niedermayer.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git