Remove AudioProcessing::ChannelLayout

This enum is no longer needed. Also moving the last piece of code from
common.h to audio_processing_impl.h, allowing to delete common.h.

Bug: chromium:1271981, b/217349489
Change-Id: If115336c36d6d7b5845a903e421c18aebfe434ee
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251242
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35946}
This commit is contained in:
Henrik Lundin
2022-02-08 09:15:12 +00:00
committed by WebRTC LUCI CQ
parent fd6c744a7c
commit 8a9aa55561
9 changed files with 4 additions and 66 deletions

View File

@ -14,7 +14,6 @@
#include <memory>
#include "api/scoped_refptr.h"
#include "modules/audio_processing/common.h"
#include "modules/audio_processing/include/audio_processing.h"
#include "modules/audio_processing/optionally_built_submodule_creators.h"
#include "modules/audio_processing/test/audio_processing_builder_for_testing.h"