PR #24110 opened by Romain Beauxis (toots) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24110 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24110.patch
With the recent work on id3v2: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22624, https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21187, etc. I think at the very least it would be great to be notified of future suggested changes and issues on those files. >From b043deb0991e0fc75843fd7356480eb2afceaf5f Mon Sep 17 00:00:00 2001 From: Romain Beauxis <[email protected]> Date: Wed, 12 Aug 2026 07:49:20 -0500 Subject: [PATCH] lavf: Add myself as maintainer for the id3v2 files --- .forgejo/CODEOWNERS | 1 + MAINTAINERS | 1 + 2 files changed, 2 insertions(+) diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index 308ecdfa18..51fc2d9c27 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -144,6 +144,7 @@ libavformat/frm.* @pross libavformat/hls.* @kasper93 libavformat/hxvs.* @quink libavformat/iamf.* @jamrial +libavformat/id3v2* @toots libavformat/icecast.c @ePirat libavformat/ico.* @pross libavformat/iff.* @pross diff --git a/MAINTAINERS b/MAINTAINERS index 7ffa6982fc..af5485a5e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -417,6 +417,7 @@ Muxers/Demuxers: hlsenc.c Christian Suloway, Steven Liu hxvs.c Zhao Zhili iamf* [2] James Almer + id3v2* Romain Beauxis idcin.c Mike Melanson idroqdec.c Mike Melanson iff.c Jaikrishnan Menon -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
