diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-26 10:57:58 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-26 10:57:58 +0200 |
| commit | 8e7a15754a3fef09cc5de372f207936740459c56 (patch) | |
| tree | f1c3cc289eebc9ed9b620696b24467680288cc39 /src/AVTInput.h | |
| parent | 899dcb83ec873cb35d38583d6f48922e1312e9be (diff) | |
| download | ODR-SourceCompanion-8e7a15754a3fef09cc5de372f207936740459c56.tar.gz ODR-SourceCompanion-8e7a15754a3fef09cc5de372f207936740459c56.tar.bz2 ODR-SourceCompanion-8e7a15754a3fef09cc5de372f207936740459c56.zip | |
Refactor OrderedQueue a bit
Diffstat (limited to 'src/AVTInput.h')
| -rw-r--r-- | src/AVTInput.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/AVTInput.h b/src/AVTInput.h index 62b2248..0f58418 100644 --- a/src/AVTInput.h +++ b/src/AVTInput.h @@ -101,12 +101,12 @@ class AVTInput uint32_t _pad_port; size_t _jitterBufferSize; - Socket::UDPSocket _input_socket; - Socket::UDPSocket _output_socket; - Socket::UDPPacket _output_packet; - Socket::UDPSocket _input_pad_socket; - Socket::UDPPacket _input_pad_packet; - OrderedQueue _ordered; + Socket::UDPSocket _input_socket; + Socket::UDPSocket _output_socket; + Socket::UDPPacket _output_packet; + Socket::UDPSocket _input_pad_socket; + Socket::UDPPacket _input_pad_packet; + OrderedQueue _ordered; std::queue<std::vector<uint8_t> > _padFrameQueue; int32_t _subChannelIndex = DEF_BR/8; |
