From 19af4010a83f96559cf20685391e63497bdafa2c Mon Sep 17 00:00:00 2001 From: Yurii Nakonechnyi Date: Tue, 21 May 2024 15:29:00 +0300 Subject: [PATCH] Update h26x.cc - fixed 'initialization order of 'dropped_ts_' and 'dropped_in_order_' --- src/formats/h26x.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formats/h26x.cc b/src/formats/h26x.cc index be738a31..852c6d98 100644 --- a/src/formats/h26x.cc +++ b/src/formats/h26x.cc @@ -104,8 +104,8 @@ uvgrtp::formats::h26x::h26x(std::shared_ptr socket, std::shared_ received_frames_(), received_info_(), fragments_(), - dropped_in_order_(), dropped_ts_(), + dropped_in_order_(), rtp_ctx_(rtp), last_garbage_collection_(uvgrtp::clock::hrc::now()), discard_until_key_frame_(true)