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

Commit a991d6bd authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

MediaFormat: fix key value for KEY_MAX_OUTPUT_CHANNEL_COUNT

Fix type that used "_" instead of "-"

Bug: 198197610
Test: TBA on new decoder
Change-Id: Ief5ae1f708b27347bf5a700abfd51f9c53e2c888
parent 7e2a96a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22582,7 +22582,7 @@ package android.media {
    field public static final String KEY_MAX_FPS_TO_ENCODER = "max-fps-to-encoder";
    field public static final String KEY_MAX_HEIGHT = "max-height";
    field public static final String KEY_MAX_INPUT_SIZE = "max-input-size";
    field public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT = "max-output-channel_count";
    field public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT = "max-output-channel-count";
    field public static final String KEY_MAX_PTS_GAP_TO_ENCODER = "max-pts-gap-to-encoder";
    field public static final String KEY_MAX_WIDTH = "max-width";
    field public static final String KEY_MIME = "mime";
+1 −1
Original line number Diff line number Diff line
@@ -693,7 +693,7 @@ public final class MediaFormat {
     * <p>This key is only used during decoding.
     */
    public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT =
            "max-output-channel_count";
            "max-output-channel-count";

    /**
     * A key describing the number of frames to trim from the start of the decoded audio stream.