diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-04-12 13:39:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-04-12 13:39:12 +0200 |
commit | e59c6ac433e50f76986331a3ff2e610e60ddf4b5 (patch) | |
tree | 9e8139ac41547046bfdb969243b775da464a5102 /pat.c | |
parent | 0b82b38533792023097a47371b594075cdfb44aa (diff) | |
download | vdr-e59c6ac433e50f76986331a3ff2e610e60ddf4b5.tar.gz vdr-e59c6ac433e50f76986331a3ff2e610e60ddf4b5.tar.bz2 |
Re-implemented handling of DVB-S2
Diffstat (limited to 'pat.c')
-rw-r--r-- | pat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: pat.c 1.20 2008/02/08 13:48:31 kls Exp $ + * $Id: pat.c 2.1 2008/04/12 13:34:50 kls Exp $ */ #include "pat.h" @@ -343,6 +343,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length switch (stream.getStreamType()) { case 1: // STREAMTYPE_11172_VIDEO case 2: // STREAMTYPE_13818_VIDEO +//TODO case 0x1B: // MPEG4 Vpid = stream.getPid(); break; case 3: // STREAMTYPE_11172_AUDIO |