summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-02 10:56:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-02 10:56:49 +0100
commite7b0f909ff42983c9f22b9db0e4ad6686942ea8b (patch)
treebb1d454c33f8b4b47e06c9ad531eaefa7a84b20a /remux.c
parent1e3f6d6da29572426d5fd2fd922af9cc5219b285 (diff)
downloadvdr-e7b0f909ff42983c9f22b9db0e4ad6686942ea8b.tar.gz
vdr-e7b0f909ff42983c9f22b9db0e4ad6686942ea8b.tar.bz2
Fixed some typos
Diffstat (limited to 'remux.c')
-rw-r--r--remux.c4
1 files changed, 2 insertions, 2 deletions
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) {