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

Commit c2cbd9c5 authored by Riaz Rahaman's avatar Riaz Rahaman Committed by Steve Kondik
Browse files

libstagefright: Add MPEG2 Codec support

Enables playback support for MPEG2 Codec to play specific ts content

CRs-Fixed: 631693
Change-Id: I96e44b1f1f26ea138802d8d75f1784a06dd8dc6b
parent 33977145
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -419,7 +419,8 @@ status_t ExtendedCodec::setSupportedRole(
          "audio_decoder.wma" , NULL },
        { MEDIA_MIMETYPE_VIDEO_HEVC,
          "video_decoder.hevc" , NULL },

        { MEDIA_MIMETYPE_VIDEO_MPEG2,
          "video_decoder.mpeg2" , NULL },
        };

    static const size_t kNumMimeToRole =