diff options
-rw-r--r-- | media/audio/audio_parameters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h index 02a6f96..2817cd2 100644 --- a/media/audio/audio_parameters.h +++ b/media/audio/audio_parameters.h @@ -82,6 +82,7 @@ class MEDIA_EXPORT AudioParameters { // Comparison with other AudioParams. bool operator==(const AudioParameters& other) const { return format_ == other.format() && + sample_rate_ == other.sample_rate() && channel_layout_ == other.channel_layout() && channels_ == other.channels() && input_channels_ == other.input_channels() && |