diff options
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; |