aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver/avcodec_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_receiver/avcodec_glue.h')
-rw-r--r--cast/standalone_receiver/avcodec_glue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/standalone_receiver/avcodec_glue.h b/cast/standalone_receiver/avcodec_glue.h
index d1dfae78..aa516175 100644
--- a/cast/standalone_receiver/avcodec_glue.h
+++ b/cast/standalone_receiver/avcodec_glue.h
@@ -14,8 +14,8 @@ extern "C" {
#include <libavutil/samplefmt.h>
}
+namespace openscreen {
namespace cast {
-namespace streaming {
// Macro that, for an AVFoo, generates code for:
//
@@ -50,7 +50,7 @@ DEFINE_AV_UNIQUE_PTR(AVFrame, av_frame_alloc, av_frame_free(&obj));
#undef DEFINE_AV_UNIQUE_PTR
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STANDALONE_RECEIVER_AVCODEC_GLUE_H_