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

Commit bdd22281 authored by Phil Burk's avatar Phil Burk
Browse files

audio: E_AC3 is also Dolby Digital Plus

It was not clear that they are the same thing.

Bug: 154244998
Test: just a comment change
Change-Id: I18ebab3c3d66f47d03a9cf36e7c13401e0fa8a8f
parent 74548402
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -235,9 +235,9 @@ public final class AudioFormat implements Parcelable {
    public static final int ENCODING_PCM_8BIT = 3;
    /** Audio data format: single-precision floating-point per sample */
    public static final int ENCODING_PCM_FLOAT = 4;
    /** Audio data format: AC-3 compressed */
    /** Audio data format: AC-3 compressed, also known as Dolby Digital */
    public static final int ENCODING_AC3 = 5;
    /** Audio data format: E-AC-3 compressed */
    /** Audio data format: E-AC-3 compressed, also known as Dolby Digital Plus or DD+ */
    public static final int ENCODING_E_AC3 = 6;
    /** Audio data format: DTS compressed */
    public static final int ENCODING_DTS = 7;