summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-19 00:34:23 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-19 00:34:23 +0200
commite84bdab30df96e732a770d3651b4249e49630c33 (patch)
tree5dfe46bf2005bc9b76d4ea7ef4fbd995b9b718ab /dxr3demuxdevice.c
parenta5d92cf8058c96081fbc419ac40d4383414e5dc3 (diff)
downloadvdr-plugin-dxr3-e84bdab30df96e732a770d3651b4249e49630c33.tar.gz
vdr-plugin-dxr3-e84bdab30df96e732a770d3651b4249e49630c33.tar.bz2
get rid of m_staticVerticalSize and m_staticHorizontalSize in pes frame
Diffstat (limited to 'dxr3demuxdevice.c')
-rw-r--r--dxr3demuxdevice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index 8a2e310..ebee612 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -492,7 +492,6 @@ int cDxr3DemuxDevice::DemuxPes(const uint8_t* buf, int length, bool bAc3Dts)
int cDxr3DemuxDevice::DemuxAudioPes(const uint8_t* buf, int length)
{
static int syncCounter = 0;
- int origLength = length;
m_demuxMode = DXR3_DEMUX_AUDIO_ONLY_MODE;
m_aBuf.SetDemuxMode(DXR3_DEMUX_REPLAY_MODE);