summaryrefslogtreecommitdiff
path: root/dxr3audiodecoder.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-12-05 21:34:10 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-12-05 21:34:10 +0100
commitdb60f10e5c1d76799ba397c3791ed86aa8b6f7c6 (patch)
tree106371663d7c90b179e7c5ba42fdf757996d2121 /dxr3audiodecoder.h
parentf5cd1aa2f7bc9c1efe5608d577a511f8c18787c7 (diff)
downloadvdr-plugin-dxr3-db60f10e5c1d76799ba397c3791ed86aa8b6f7c6.tar.gz
vdr-plugin-dxr3-db60f10e5c1d76799ba397c3791ed86aa8b6f7c6.tar.bz2
remove not needed bools and the logic behind them
Diffstat (limited to 'dxr3audiodecoder.h')
-rw-r--r--dxr3audiodecoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h
index 55437c8..3888f07 100644
--- a/dxr3audiodecoder.h
+++ b/dxr3audiodecoder.h
@@ -65,10 +65,6 @@ private:
cRingBufferFrame rbuf;
cMultichannelAudio ac3dtsDecoder;
- bool audioSynched;
- bool foundHeader;
- bool decodeAudio;
-
uint8_t lastBitrate;
uint8_t pcmbuf[AVCODEC_MAX_AUDIO_FRAME_SIZE];
};