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

Commit b0096520 authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

Merge "stagefright cmd: add HEVC mime type" am: 19a18612

am: 1e0da642

Change-Id: I3378a6b2d3c033307786f5891f9d4e0d448bca43
parents 0303a7d7 1e0da642
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -640,7 +640,7 @@ static void dumpCodecProfiles(bool queryDecoders) {
        MEDIA_MIMETYPE_AUDIO_MPEG, MEDIA_MIMETYPE_AUDIO_G711_MLAW,
        MEDIA_MIMETYPE_AUDIO_G711_ALAW, MEDIA_MIMETYPE_AUDIO_VORBIS,
        MEDIA_MIMETYPE_VIDEO_VP8, MEDIA_MIMETYPE_VIDEO_VP9,
        MEDIA_MIMETYPE_VIDEO_DOLBY_VISION
        MEDIA_MIMETYPE_VIDEO_DOLBY_VISION, MEDIA_MIMETYPE_VIDEO_HEVC
    };

    const char *codecType = queryDecoders? "decoder" : "encoder";