Skip to content

Commit

Permalink
Merge pull request #218 from inobelar/inobelar-patch-1
Browse files Browse the repository at this point in the history
Update h26x.cc - fixed initialization order of 'dropped_ts_' and 'opped_in_order_'
  • Loading branch information
tampsa authored May 24, 2024
2 parents 59351b3 + 19af401 commit c42207a
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 c42207a

Please sign in to comment.