Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df9784c9 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

audio policy: add missing encapsulation type default init in AudioProfile am: cc38d718

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/14424503

Change-Id: I418bf169ad13bff5f639ce8cfd0c382dc313ebad
parents e1618fd1 cc38d718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ private:
    bool mIsDynamicChannels = false;
    bool mIsDynamicRate = false;

    audio_encapsulation_type_t mEncapsulationType;
    audio_encapsulation_type_t mEncapsulationType = AUDIO_ENCAPSULATION_TYPE_NONE;

    AudioProfile() = default;
    AudioProfile& operator=(const AudioProfile& other);