diff options
Diffstat (limited to 'dxr3audiodecoder.h')
-rw-r--r-- | dxr3audiodecoder.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h index 29ead1a..d81b66a 100644 --- a/dxr3audiodecoder.h +++ b/dxr3audiodecoder.h @@ -50,9 +50,6 @@ public: void DecodeAc3Dts(const uint8_t* pPes, const uint8_t* buf, int length, uint32_t pts, cDxr3SyncBuffer &aBuf); - int GetRate() const { return rate; } - int GetChannelCount() const { return channels; } - void Reset() { ac3dtsDecoder.Clear(); @@ -72,8 +69,6 @@ private: bool foundHeader; bool decodeAudio; - int rate; - int channels; uint8_t lastHeader[4]; uint8_t pcmbuf[AVCODEC_MAX_AUDIO_FRAME_SIZE]; }; |