Add PSI table stream type

This commit is contained in:
Andreas Öman 2007-09-19 12:29:22 +00:00
parent ba71cfd4b0
commit 1532f137ed

1
psi.c
View file

@ -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 "<unknown>";
}
}