From a0f0f0b446b7b0fd941194299fa4840b609df1f0 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 20 Jan 2009 23:39:33 +0100 Subject: support much more audio/video codecs encapsulated in TS files (not all stb hardware can handle all codecs!!!) --- lib/dvb/pmt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dvb/pmt.h') diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index ff0ef046..3e22174b 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -135,14 +135,14 @@ public: { int pid; int component_tag; - enum { vtMPEG2, vtMPEG4_H264 }; + enum { vtMPEG2, vtMPEG4_H264, vtMPEG1, vtMPEG4_Part2, vtVC1, vtVC1_SM }; int type; }; struct audioStream { int pid; - enum { atMPEG, atAC3, atDTS, atAAC }; + enum { atMPEG, atAC3, atDTS, atAAC, atAACHE }; int type; // mpeg2, ac3, dts, ... int component_tag; -- cgit v1.2.3