[FFmpeg-devel] [PATCH] libavformat/id3v2: Read full null seperated list for text info frames

2021-04-06 Thread Lode Willems
All id3v2.4 text information frames are null separated lists: https://id3.org/id3v2.4.0-frames This change reads all values into the metadata dictionary without changing the outputs of ffmpeg or ffprobe Relevant ticket: https://trac.ffmpeg.org/ticket/6949 Signed-off-by: Lode Willems

Re: [FFmpeg-devel] [PATCH] libavformat/id3v2: Read full null seperated list for text info frames

2021-07-19 Thread Lode Willems
Could someone please review this patch? On 7/04/2021 01:22, Lode Willems wrote: All id3v2.4 text information frames are null separated lists: https://id3.org/id3v2.4.0-frames This change reads all values into the metadata dictionary without changing the outputs of ffmpeg or ffprobe Relevant