This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 9998dc7cc0c4b74d48f2bad16d7b205afce77001 Author: Romain Beauxis <[email protected]> AuthorDate: Sun Jul 12 11:15:49 2026 -0500 Commit: Romain Beauxis <[email protected]> CommitDate: Sat Jul 18 09:59:57 2026 -0500 fftools/ffmpeg_mux_init.c: Add comment-* version of the filtered iTunes id3v2 tags that are actually encoded as comments. --- fftools/ffmpeg_mux_init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c index 7a238b10ff..ca118dd3c5 100644 --- a/fftools/ffmpeg_mux_init.c +++ b/fftools/ffmpeg_mux_init.c @@ -2980,10 +2980,13 @@ static const struct { // iTunes gapless playback: encoder-specific sample counts and padding; // gapless_playback is the M4A/MOV equivalent of iTunPGAP { "iTunPGAP", 0, REENC_AUDIO_ONLY }, + { "comment-iTunPGAP-eng", 0, REENC_AUDIO_ONLY }, { "iTunSMPB", 0, REENC_AUDIO_ONLY }, + { "comment-iTunSMPB-eng", 0, REENC_AUDIO_ONLY }, { "gapless_playback", 0, REENC_AUDIO_ONLY }, // iTunes Sound Check: peak amplitude computed from the original waveform { "iTunNORM", 0, REENC_AUDIO_ONLY }, + { "comment-iTunNORM-eng", 0, REENC_AUDIO_ONLY }, // encoding provenance: describe the original encoder, not the new one { "encoded_by", 0, REENC_ANY }, { "encoding_tool", 0, REENC_ANY }, _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
