diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 13:00:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 13:00:39 +0100 |
commit | e5fde77e56743cd2e7ad816d7d0008189928858c (patch) | |
tree | 193253777ebdcc3a95d5d7578c1e47538692a196 /remux.h | |
parent | bfb9c8fddd0cf8a7c35271d58a37da4444e8fecc (diff) | |
download | vdr-e5fde77e56743cd2e7ad816d7d0008189928858c.tar.gz vdr-e5fde77e56743cd2e7ad816d7d0008189928858c.tar.bz2 |
Fixed some compiler warnings with Clang 3.4.1
Diffstat (limited to 'remux.h')
-rw-r--r-- | remux.h | 3 |
1 files changed, 1 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.h 3.2 2014/01/28 11:06:37 kls Exp $ + * $Id: remux.h 3.3 2014/02/08 12:41:50 kls Exp $ */ #ifndef __REMUX_H @@ -483,7 +483,6 @@ private: bool independentFrame; uint32_t ptsValues[MaxPtsValues]; // 32 bit is enough - we only need the delta int numPtsValues; - int numFrames; int numIFrames; bool isVideo; double framesPerSecond; |