Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5221)

Unified Diff: chromecast/public/media/decoder_config.cc

Issue 1074383002: Introduce VideoConfig/AudioConfig class for CMA backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: single DecoderConfig structure for both Audio and Video Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/public/media/decoder_config.cc
diff --git a/media/base/media_permission.cc b/chromecast/public/media/decoder_config.cc
similarity index 55%
copy from media/base/media_permission.cc
copy to chromecast/public/media/decoder_config.cc
index 739e4454ae76be702c1ddde201fc9680575d9c9e..cfafb73309cf4ced7b95fcf37ca4810cd04f547a 100644
--- a/media/base/media_permission.cc
+++ b/chromecast/public/media/decoder_config.cc
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/media_permission.h"
+#include "chromecast/public/media/decoder_config.h"
+namespace chromecast {
namespace media {
-MediaPermission::MediaPermission() {
-}
-
-MediaPermission::~MediaPermission() {
-}
+DecoderConfig::DecoderConfig() {}
+DecoderConfig::~DecoderConfig() {}
} // namespace media
+} // namespace chromecast
« chromecast/public/media/decoder_config.h ('K') | « chromecast/public/media/decoder_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698