aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/constants.h')
-rw-r--r--cast/streaming/constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/constants.h b/cast/streaming/constants.h
index d67ba3e9..4d8bd7ab 100644
--- a/cast/streaming/constants.h
+++ b/cast/streaming/constants.h
@@ -14,8 +14,8 @@
#include <chrono>
#include <ratio>
+namespace openscreen {
namespace cast {
-namespace streaming {
// Default target playout delay. The playout delay is the window of time between
// capture from the source until presentation at the receiver.
@@ -38,7 +38,7 @@ constexpr int kMaxUnackedFrames = 120;
// per second for video.
using kVideoTimebase = std::ratio<1, 90000>;
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_CONSTANTS_H_