id3v2: don't discard the whole tag when encountering empty frames.
authorAnton Khirnov <anton@khirnov.net>
Sun, 2 Oct 2011 05:16:09 +0000 (07:16 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 3 Oct 2011 11:06:41 +0000 (13:06 +0200)
commit1e18d32d01fc0ac784a0d592b46215bfbdcc579d
treed212479c1a5f226a251ee9cf27da5e4105b56ba1
parent24ec9ac4755525e9875fb121aba4d360df916447
id3v2: don't discard the whole tag when encountering empty frames.

While they're technically invalid, it's better to skip them and try to
read the rest of the tag.
libavformat/id3v2.c