diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-12-05 21:34:10 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-12-05 21:34:10 +0100 |
commit | db60f10e5c1d76799ba397c3791ed86aa8b6f7c6 (patch) | |
tree | 106371663d7c90b179e7c5ba42fdf757996d2121 /dxr3audiodecoder.h | |
parent | f5cd1aa2f7bc9c1efe5608d577a511f8c18787c7 (diff) | |
download | vdr-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.h | 4 |
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]; }; |