]> git.sesse.net Git - vlc/commit
Skip all id3tag in the demuxer, not just the first one.
authorLuc Saillard <luc.saillard@sfr.com>
Mon, 18 Jul 2011 08:29:19 +0000 (10:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Jul 2011 14:54:29 +0000 (17:54 +0300)
commitab6aece328aa884cdfde44b0081d3d252db325e1
treede9aa23cac4efa5dd346a3f691c4675f0f730804
parentbd90ac8411f60fbade18ad47ac63b42dd1097916
Skip all id3tag in the demuxer, not just the first one.

Some audio file can contains severall id3tag. Apple use it to insert a
jpeg in an audio only stream to display an image. So just iterate others
all id3tag, and discard them.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/input/demux.c