diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-04-18 23:03:46 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-04-18 23:03:46 +0200 |
commit | a5d92cf8058c96081fbc419ac40d4383414e5dc3 (patch) | |
tree | a2b742fa9742a4057ef8e262b2647b2559561ab0 /dxr3pesframe.h | |
parent | e862e90c1645046083028812298de63bf5f3d2ba (diff) | |
download | vdr-plugin-dxr3-a5d92cf8058c96081fbc419ac40d4383414e5dc3.tar.gz vdr-plugin-dxr3-a5d92cf8058c96081fbc419ac40d4383414e5dc3.tar.bz2 |
remove some unused variables
Diffstat (limited to 'dxr3pesframe.h')
-rw-r--r-- | dxr3pesframe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dxr3pesframe.h b/dxr3pesframe.h index 5be89ea..4528dbb 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -60,8 +60,6 @@ public: m_aspectRatio(m_staticAspectRatio), m_horizontalSize(m_staticHorizontalSize), m_verticalSize(m_staticVerticalSize), - m_pNextStart(0), - m_remainingLength(0), m_offset(0) {}; virtual ~cDxr3PesFrame() {} @@ -134,8 +132,6 @@ protected: m_aspectRatio = m_staticAspectRatio; m_horizontalSize = m_staticHorizontalSize; m_verticalSize = m_staticVerticalSize; - m_pNextStart = 0; - m_remainingLength = 0; m_offset = 0; } @@ -150,8 +146,6 @@ protected: uint32_t m_horizontalSize; uint32_t m_verticalSize; - const uint8_t* m_pNextStart; - uint32_t m_remainingLength; int m_offset; static uint32_t m_staticAspectRatio; |