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

Commit 43faa1be authored by Fyodor Kyslov's avatar Fyodor Kyslov Committed by Gerrit Code Review
Browse files

Merge "Remove APV Codec from OMX Component role" into main

parents 8062f9dc e52adcf9
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -140,8 +140,6 @@ const char *GetComponentRole(bool isEncoder, const char *mime) {
            "audio_decoder.g711alaw", "audio_encoder.g711alaw" },
            "audio_decoder.g711alaw", "audio_encoder.g711alaw" },
        { MEDIA_MIMETYPE_VIDEO_AVC,
        { MEDIA_MIMETYPE_VIDEO_AVC,
            "video_decoder.avc", "video_encoder.avc" },
            "video_decoder.avc", "video_encoder.avc" },
        { MEDIA_MIMETYPE_VIDEO_APV,
            "video_decoder.apv", "video_encoder.apv" },
        { MEDIA_MIMETYPE_VIDEO_HEVC,
        { MEDIA_MIMETYPE_VIDEO_HEVC,
            "video_decoder.hevc", "video_encoder.hevc" },
            "video_decoder.hevc", "video_encoder.hevc" },
        { MEDIA_MIMETYPE_VIDEO_MPEG4,
        { MEDIA_MIMETYPE_VIDEO_MPEG4,