From a7e814c233f7b66b7345d4d6622dbde0e55ea8c4 Mon Sep 17 00:00:00 2001 From: ProfYaffle Date: Thu, 29 Sep 2016 14:38:09 +0100 Subject: [PATCH] EPG: Add reference to ETSI EPG categories as comment --- src/epg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/epg.c b/src/epg.c index c4f626b1c..8277e9c28 100644 --- a/src/epg.c +++ b/src/epg.c @@ -2210,6 +2210,10 @@ epg_broadcast_t *epg_broadcast_deserialize // FULL(ish) list from EN 300 468, I've excluded the last category // that relates more to broadcast content than what I call a "genre" // these will be handled elsewhere as broadcast metadata + +// Reference (Sept 2016): +// http://www.etsi.org/deliver/etsi_en/300400_300499/300468/01.11.01_60/en_300468v011101p.pdf + #define C_ (const char *[]) static const char **_epg_genre_names[16][16] = { { /* 00 */ -- 2.47.3