Skip to content

Commit ab031aa

Browse files
committed
acap/aes67: Fix CID897412
1 parent de37ee3 commit ab031aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/capture/aes67.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static void aes67_rtp_worker(state_aes67_cap *s, Rtp_stream stream){
192192

193193
auto rtp_sock = udp_init_if(stream.address.c_str(), s->network_interface_name.c_str(), stream.port, 0, 255, 0, false);
194194

195-
int last_payload_type = 0;
195+
uint32_t last_payload_type = UINT32_MAX;
196196
audio_desc desc{};
197197

198198
using namespace std::literals::chrono_literals;

0 commit comments

Comments
 (0)