diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 10:56:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 10:56:49 +0100 |
commit | e7b0f909ff42983c9f22b9db0e4ad6686942ea8b (patch) | |
tree | bb1d454c33f8b4b47e06c9ad531eaefa7a84b20a | |
parent | 1e3f6d6da29572426d5fd2fd922af9cc5219b285 (diff) | |
download | vdr-e7b0f909ff42983c9f22b9db0e4ad6686942ea8b.tar.gz vdr-e7b0f909ff42983c9f22b9db0e4ad6686942ea8b.tar.bz2 |
Fixed some typos
-rw-r--r-- | pat.c | 4 | ||||
-rw-r--r-- | remux.c | 4 |
2 files changed, 4 insertions, 4 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.16 2011/04/17 13:45:25 kls Exp $ + * $Id: pat.c 2.17 2012/03/02 10:56:45 kls Exp $ */ #include "pat.h" @@ -360,7 +360,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length break; case 3: // STREAMTYPE_11172_AUDIO case 4: // 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) { @@ -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) { |