Add PSI table stream type
This commit is contained in:
parent
ba71cfd4b0
commit
1532f137ed
1 changed files with 1 additions and 0 deletions
1
psi.c
1
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 "<unknown>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue