diff --git a/src/receiver.cc b/src/receiver.cc index d2521b8..6bd4f6f 100644 --- a/src/receiver.cc +++ b/src/receiver.cc @@ -15,7 +15,8 @@ kvz_rtp::receiver::receiver(kvz_rtp::socket& socket, rtp_ctx_conf& conf, rtp_for socket_(socket), rtp_(rtp), conf_(conf), - fmt_(fmt) + fmt_(fmt), + recv_hook_(nullptr) { }