diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-25 14:21:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-25 14:21:15 +0100 |
commit | 75aee155ea67e6383df712d041f98190ced0ca65 (patch) | |
tree | 8cca83a0c68ba629d0711180dc53d1ffe75061e5 /pat.c | |
parent | 21186ced9724572d95b62e8643677e3ba23fe627 (diff) | |
download | vdr-75aee155ea67e6383df712d041f98190ced0ca65.tar.gz vdr-75aee155ea67e6383df712d041f98190ced0ca65.tar.bz2 |
Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch)
Diffstat (limited to 'pat.c')
-rw-r--r-- | pat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: pat.c 2.18 2012/04/15 09:54:53 kls Exp $ + * $Id: pat.c 2.19 2012/11/25 14:12:21 kls Exp $ */ #include "pat.h" @@ -352,7 +352,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 - case 0x1B: // MPEG4 + case 0x1B: // H.264 Vpid = esPid; Ppid = pmt.getPCRPid(); Vtype = stream.getStreamType(); |