aboutsummaryrefslogtreecommitdiffstats
path: root/src/AVTInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AVTInput.h')
-rw-r--r--src/AVTInput.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/AVTInput.h b/src/AVTInput.h
index 2921160..e925a80 100644
--- a/src/AVTInput.h
+++ b/src/AVTInput.h
@@ -115,12 +115,10 @@ class AVTInput
int32_t _monoMode = AVT_MonoMode_LR2;
int32_t _dac = AVT_DAC_48;
size_t _dab24msFrameSize = DEF_BR*3;
- uint32_t _dummyFrameNumber = 0;
bool _frameAligned = false;
std::vector<uint8_t> _currentFrame;
- size_t _currentFrameSize = 0;
int32_t _nbFrames = 0;
- uint8_t* _nextFrameIndex = 0;
+ size_t _currentFrameSize = 0;
bool _parseURI(const char* uri, std::string& address, long& port);
int _openSocketSrv(Socket::UDPSocket* socket, const char* uri);