Re: [FFmpeg-devel] [PATCH 1/2] avformat/id3v1: strip trailing whitespace

2015-01-05 Thread Michael Niedermayer
On Mon, Jan 05, 2015 at 06:56:19PM +0100, wm4 wrote: > ID3v1 fields have a fixed size, and they are padded either with zeros, > or with spaces. Handle the latter case, instead of putting strings with > trailing spaces into the AVDictionary. > --- > libavformat/id3v1.c | 11 ++- > 1 file ch

[FFmpeg-devel] [PATCH 1/2] avformat/id3v1: strip trailing whitespace

2015-01-05 Thread wm4
ID3v1 fields have a fixed size, and they are padded either with zeros, or with spaces. Handle the latter case, instead of putting strings with trailing spaces into the AVDictionary. --- libavformat/id3v1.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavformat/