From 3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 17 Feb 2013 13:19:36 +0100 Subject: Removed trailing whitespace --- remux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remux.c') 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(); } -- cgit v1.2.3