Skip to content

Commit 8060914

Browse files
Update include/rtc/pacinghandler.hpp
Co-authored-by: Paul-Louis Ageneau <paul-louis@ageneau.org>
1 parent 88a78ea commit 8060914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtc/pacinghandler.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class RTC_CPP_EXPORT PacingHandler : public MediaHandler {
3939
std::chrono::time_point<std::chrono::high_resolution_clock> mLastRun;
4040

4141
std::mutex mMutex;
42-
std::queue<message_ptr> mRtpBuffer = {};
42+
std::queue<message_ptr> mRtpBuffer;
4343

4444
void schedule(const message_callback &send);
4545
};

0 commit comments

Comments
 (0)