| 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
|
|
|