We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 447fd6c + d56fea5 commit 66b95aeCopy full SHA for 66b95ae
src/h264rtpdepacketizer.cpp
@@ -13,6 +13,8 @@
13
14
#include "impl/internals.hpp"
15
16
+#include <algorithm>
17
+
18
namespace rtc {
19
20
const binary naluLongStartCode = {byte{0}, byte{0}, byte{0}, byte{1}};
0 commit comments