aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/encoded_frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/encoded_frame.cc')
-rw-r--r--cast/streaming/encoded_frame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/encoded_frame.cc b/cast/streaming/encoded_frame.cc
index ebd6cc75..4fb832bd 100644
--- a/cast/streaming/encoded_frame.cc
+++ b/cast/streaming/encoded_frame.cc
@@ -4,8 +4,8 @@
#include "cast/streaming/encoded_frame.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
EncodedFrame::EncodedFrame() = default;
EncodedFrame::~EncodedFrame() = default;
@@ -22,5 +22,5 @@ void EncodedFrame::CopyMetadataTo(EncodedFrame* dest) const {
dest->new_playout_delay = this->new_playout_delay;
}
-} // namespace streaming
} // namespace cast
+} // namespace openscreen