From 1532f137ed2af38b1befb1e98861b072c466d384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 19 Sep 2007 12:29:22 +0000 Subject: [PATCH] Add PSI table stream type --- psi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/psi.c b/psi.c index d1e47bff..4a14026a 100644 --- a/psi.c +++ b/psi.c @@ -213,6 +213,7 @@ htstvstreamtype2txt(tv_streamtype_t s) case HTSTV_AC3: return "AC-3"; case HTSTV_TELETEXT: return "teletext"; case HTSTV_SUBTITLES: return "subtitles"; + case HTSTV_TABLE: return "PSI table"; default: return ""; } }