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

Commit 774eb18c authored by Changwan Ryu's avatar Changwan Ryu
Browse files

Support for MPEG2 video

Change-Id: If1f4e20939c96c87c65c84d56e529501facb8597
parent 06b3aa2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -965,6 +965,8 @@ status_t ACodec::setComponentRole(
            "audio_decoder.flac", "audio_encoder.flac" },
        { MEDIA_MIMETYPE_AUDIO_MSGSM,
            "audio_decoder.gsm", "audio_encoder.gsm" },
        { MEDIA_MIMETYPE_VIDEO_MPEG2,
            "video_decoder.mpeg2", "video_encoder.mpeg2" },
    };

    static const size_t kNumMimeToRole =
+2 −0
Original line number Diff line number Diff line
@@ -1400,6 +1400,8 @@ void OMXCodec::setComponentRole(
            "audio_decoder.flac", "audio_encoder.flac" },
        { MEDIA_MIMETYPE_AUDIO_MSGSM,
            "audio_decoder.gsm", "audio_encoder.gsm" },
        { MEDIA_MIMETYPE_VIDEO_MPEG2,
            "video_decoder.mpeg2", "video_encoder.mpeg2" },
    };

    static const size_t kNumMimeToRole =