X-Git-Url: https://git.sesse.net/?p=greproxy;a=blobdiff_plain;f=reorderer.h;h=622083e0563da0f968161e98654f144cc2666fd1;hp=0007a2bcd00314779818bff24a7b577ba4057781;hb=0d7a8406547587b7b1adad9374b4f4985f49dd84;hpb=bfa26fe7b6e8f34cfa9a5d79cac8595f0d2b6f83 diff --git a/reorderer.h b/reorderer.h index 0007a2b..622083e 100644 --- a/reorderer.h +++ b/reorderer.h @@ -28,6 +28,7 @@ class Reorderer : public Sender { public: Reorderer(Sender* sender); void send_packet(uint16_t proto, const std::string& data, int seq); + void possibly_adjust_tv(timeval *tv); private: void check_ts_discontinuity(uint16_t proto, const std::string &data, bool silence);