| Index: media/filters/audio_renderer_algorithm.h
|
| diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
|
| index bad51caecb82f87e6b4272f6dbba988edaa786e4..b93433a746196655f1d5faadd8cf165fa2d102eb 100644
|
| --- a/media/filters/audio_renderer_algorithm.h
|
| +++ b/media/filters/audio_renderer_algorithm.h
|
| @@ -42,7 +42,7 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
|
| ~AudioRendererAlgorithm();
|
|
|
| // Initializes this object with information about the audio stream.
|
| - void Initialize(const AudioParameters& params);
|
| + void Initialize(const AudioParameters& params, bool is_encrypted);
|
|
|
| // Allows clients to specify which channels will be considered by the
|
| // algorithm when adapting for playback rate, other channels will be muted.
|
|
|