diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-13 11:49:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-13 11:49:40 +0200 |
commit | 4fc810191027ffc295b5775e0ff05d3ad60727bd (patch) | |
tree | 64e080ad370256d46edbfe99c9fa11ebc06901e7 /remux.c | |
parent | 011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5 (diff) | |
download | vdr-4fc810191027ffc295b5775e0ff05d3ad60727bd.tar.gz vdr-4fc810191027ffc295b5775e0ff05d3ad60727bd.tar.bz2 |
Whitespace fix
Diffstat (limited to 'remux.c')
-rw-r--r-- | remux.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.c 3.5 2014/03/08 15:05:35 kls Exp $ + * $Id: remux.c 3.6 2014/04/13 11:49:40 kls Exp $ */ #include "remux.h" @@ -1511,7 +1511,7 @@ int cFrameDetector::Analyze(const uchar *Data, int Length) for (int i = 0; i < numPtsValues; i++) ptsValues[i] = ptsValues[i + 1] - ptsValues[i]; qsort(ptsValues, numPtsValues, sizeof(uint32_t), CmpUint32); - uint32_t Delta = ptsValues[0] / (framesPerPayloadUnit + parser->IFrameTemporalReferenceOffset()); + uint32_t Delta = ptsValues[0] / (framesPerPayloadUnit + parser->IFrameTemporalReferenceOffset()); // determine frame info: if (isVideo) { if (abs(Delta - 3600) <= 1) |