aboutsummaryrefslogtreecommitdiffstats
path: root/src/AVTInput.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-18 15:56:51 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-18 15:56:51 +0100
commit34cd833198b2edab8ebb537c1cf598c1e850c437 (patch)
tree0959e0d24ca0eca7782e0cb3a47a9e5da10b6407 /src/AVTInput.h
parentaf8c94ab9f27920031aa230d6bb7d412281e404f (diff)
downloadODR-SourceCompanion-34cd833198b2edab8ebb537c1cf598c1e850c437.tar.gz
ODR-SourceCompanion-34cd833198b2edab8ebb537c1cf598c1e850c437.tar.bz2
ODR-SourceCompanion-34cd833198b2edab8ebb537c1cf598c1e850c437.zip
Move superframe alignment after ordered queue
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);