]> git.sesse.net Git - vlc/commit
xspf demux: merge header in C file
authorRafaël Carré <rafael.carre@gmail.com>
Sun, 7 Aug 2011 23:53:40 +0000 (19:53 -0400)
committerRafaël Carré <rafael.carre@gmail.com>
Sun, 7 Aug 2011 23:53:40 +0000 (19:53 -0400)
commitf745f60c3334e8fb2e981c2026bffc91f6c5eb79
treedc3644160847894662c7d9195ac314b36ded5f49
parent7d84269bff28a7e173ef521a56fff5acca2590cf
xspf demux: merge header in C file

remove FREE_ATT, use do { ... } while(0) for FREE_VALUE
use static const tables for xml handlers
use their size to match handlers with tags
replace {SIMPLE,COMPLEX,UNKNOWN}_CONTENT with a bool
modules/demux/playlist/Modules.am
modules/demux/playlist/xspf.c
modules/demux/playlist/xspf.h [deleted file]