]> git.sesse.net Git - vlc/commit
Revert "input: dvb: also create program data for programs on the same frequency"
authorFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 21 Apr 2011 16:27:46 +0000 (18:27 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 21 Apr 2011 17:04:07 +0000 (19:04 +0200)
commit2dca7b70bd067265a506794bbeed120da130fcd9
treee5f394b100eed1132dd55b7f2ea61780590840dd
parent98195bf4971383d5cc8399c5c47b7295b80927dd
Revert "input: dvb: also create program data for programs on the same frequency"

This reverts commit 5e35aa8c02c71b21b179aebb6eb3429fcded0709.
Merging all epg data on current input item isn't a great idea as,
outside event handlers, we can't really guess which one is related
to our current program. It also allocates extr metadata.
We'll need to store that epg data in a different place.
src/input/es_out.c