This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 223939e6be6e6dde71ab7bd5112ec284d690d299 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:14:39 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/id3v2: add break --- libavformat/id3v2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 46cb03a6b9..4942b1ffca 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -283,6 +283,7 @@ static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding, switch (bom) { case 0xfffe: get = avio_rl16; + break; case 0xfeff: break; case 0: // empty string without bom _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
