Audio bug fixes: Delete line after converting to C++17
Bug: 340206279 Change-Id: I914f00db9b559a9cebff88b44198f4ca2fbfff0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553957 Commit-Queue: Alexia Bojian <bojianalexia4@gmail.com> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1307593}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
970bd85218
commit
115fdf23ec
1
AUTHORS
1
AUTHORS
@ -86,6 +86,7 @@ Alexey Kuts <kruntuid@gmail.com>
|
||||
Alexey Kuzmin <alex.s.kuzmin@gmail.com>
|
||||
Alexey Kuznetsov <saturas2000@gmail.com>
|
||||
Alexey Terentiev <alexeyter@gmail.com>
|
||||
Alexia Bojian <bojianalexia4@gmail.com>
|
||||
Alexis Brenon <brenon.alexis@gmail.com>
|
||||
Alexis La Goutte <alexis.lagoutte@gmail.com>
|
||||
Alexis Menard <alexis.menard@intel.com>
|
||||
|
@ -84,8 +84,6 @@ AudioParameters CreateOpusCompatibleParams(const AudioParameters& params,
|
||||
|
||||
} // namespace
|
||||
|
||||
// TODO: Remove after switching to C++17
|
||||
constexpr int AudioOpusEncoder::kMinBitrate;
|
||||
|
||||
AudioOpusEncoder::AudioOpusEncoder()
|
||||
: opus_encoder_(nullptr, OpusEncoderDeleter) {}
|
||||
|
Reference in New Issue
Block a user