From e7b0f909ff42983c9f22b9db0e4ad6686942ea8b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 2 Mar 2012 10:56:49 +0100 Subject: Fixed some typos --- remux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remux.c') diff --git a/remux.c b/remux.c index ff4d49ba..bd06e7ce 100644 --- a/remux.c +++ b/remux.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.c 2.63 2012/01/12 12:07:58 kls Exp $ + * $Id: remux.c 2.64 2012/03/02 10:56:49 kls Exp $ */ #include "remux.h" @@ -514,7 +514,7 @@ void cPatPmtParser::ParsePmt(const uchar *Data, int Length) break; case 0x03: // STREAMTYPE_11172_AUDIO case 0x04: // STREAMTYPE_13818_AUDIO - case 0x0F: // ISO/IEC 13818-7 Audio with ADTS transport sytax + case 0x0F: // ISO/IEC 13818-7 Audio with ADTS transport syntax case 0x11: // ISO/IEC 14496-3 Audio with LATM transport syntax { if (NumApids < MAXAPIDS) { -- cgit v1.2.3