From 75aee155ea67e6383df712d041f98190ced0ca65 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 Nov 2012 14:21:15 +0100 Subject: =?UTF-8?q?Changed=20all=20occurrences=20of=20MPEG4=20to=20H264=20?= =?UTF-8?q?(pointed=20out=20by=20S=C3=B6ren=20Moch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pat.c') diff --git a/pat.c b/pat.c index 826e0eab..a7791e2a 100644 --- a/pat.c +++ b/pat.c @@ -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(); -- cgit v1.2.3