summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-02-08 13:00:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-02-08 13:00:39 +0100
commite5fde77e56743cd2e7ad816d7d0008189928858c (patch)
tree193253777ebdcc3a95d5d7578c1e47538692a196 /remux.h
parentbfb9c8fddd0cf8a7c35271d58a37da4444e8fecc (diff)
downloadvdr-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/remux.h b/remux.h
index ac627371..5574635c 100644
--- a/remux.h
+++ b/remux.h
@@ -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;