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

Unified Diff: services/media/framework/parts/lpcm_reformatter.h

Issue 1902183002: Motown: Change media type (stream type) representation (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changes per review feedback. Created 4 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
« no previous file with comments | « services/media/framework/lpcm_util.cc ('k') | services/media/framework/parts/lpcm_reformatter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/parts/lpcm_reformatter.h
diff --git a/services/media/framework/parts/lpcm_reformatter.h b/services/media/framework/parts/lpcm_reformatter.h
index eabf8374be2031f4ca3150a1b3bb9f4a9437104a..1fb330a1b90ff8d632492a0944abb8bd6957dffe 100644
--- a/services/media/framework/parts/lpcm_reformatter.h
+++ b/services/media/framework/parts/lpcm_reformatter.h
@@ -16,8 +16,8 @@ namespace media {
class LpcmReformatter : public Transform {
public:
static std::shared_ptr<LpcmReformatter> Create(
- const LpcmStreamType& in_type,
- const LpcmStreamTypeSet& out_type);
+ const AudioStreamType& in_type,
+ const AudioStreamTypeSet& out_type);
};
} // namespace media
« no previous file with comments | « services/media/framework/lpcm_util.cc ('k') | services/media/framework/parts/lpcm_reformatter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698