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

Commit 42bf4dc5 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Automerger Merge Worker
Browse files

MediaFormat: fix key value for KEY_MAX_OUTPUT_CHANNEL_COUNT am: a991d6bd

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

Change-Id: I1ac97f50922e7c36e21be16cf033292aeb4943f8
parents 92bf843d a991d6bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22600,7 +22600,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.