]> git.sesse.net Git - vlc/commit
* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags...
authorGildas Bazin <gbazin@videolan.org>
Sat, 9 Apr 2005 11:27:23 +0000 (11:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 9 Apr 2005 11:27:23 +0000 (11:27 +0000)
commitf2a0cc3fb4839b410102e069c736dc6d2d72dbe2
treec69ee86086df0a4d9249584704e0d9ac3221259a
parent91e1fa30f14902e3cc48c495c275c4437847b5b9
* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
configure.ac
modules/demux/flac.c
modules/demux/mpeg/m4a.c
modules/demux/mpeg/mpga.c
modules/demux/util/Modules.am
modules/demux/util/id3.c [deleted file]
modules/demux/util/id3tag.c
src/input/demux.c