Skip to content

Commit

Permalink
Update h26x.cc - fixed 'initialization order of 'dropped_ts_' and 'dr…
Browse files Browse the repository at this point in the history
…opped_in_order_'
  • Loading branch information
inobelar authored May 21, 2024
1 parent 59351b3 commit 19af401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formats/h26x.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ uvgrtp::formats::h26x::h26x(std::shared_ptr<uvgrtp::socket> 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)
Expand Down

0 comments on commit 19af401

Please sign in to comment.