summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-17 13:19:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-17 13:19:36 +0100
commit3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f (patch)
treef5a2807b626631e6ec05df3f8676b1f2488342d3 /remux.c
parent212a2fea41bf1d232d28f988de442b4cea56960b (diff)
downloadvdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.gz
vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.bz2
Removed trailing whitespace
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 38ad2468..9be30788 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.73 2012/11/25 14:16:11 kls Exp $
+ * $Id: remux.c 2.74 2013/02/17 13:17:58 kls Exp $
*/
#include "remux.h"
@@ -1244,7 +1244,7 @@ int cH264Parser::Parse(const uchar *Data, int Length, int Pid)
break;
case nutCodedSliceNonIdr:
case nutCodedSliceIdr: if (gotAccessUnitDelimiter && gotSequenceParameterSet) {
- ParseSliceHeader();
+ ParseSliceHeader();
gotAccessUnitDelimiter = false;
return tsPayload.Used();
}