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

Commit 6fa13110 authored by Andreas Huber's avatar Andreas Huber
Browse files

Remove some obsolete code.

Change-Id: Ic4d21afe3721173d48db44b8ee4f836deee017ad
parent 10ed3f74
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -854,18 +854,6 @@ void AwesomePlayer::setVideoSource(sp<MediaSource> source) {

status_t AwesomePlayer::initVideoDecoder() {
    uint32_t flags = 0;
#if 0
    if (mRTPSession != NULL) {
        // XXX hack.

        const char *mime;
        CHECK(mVideoTrack->getFormat()->findCString(kKeyMIMEType, &mime));
        if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
            flags |= OMXCodec::kPreferSoftwareCodecs;
        }
    }
#endif

    mVideoSource = OMXCodec::Create(
            mClient.interface(), mVideoTrack->getFormat(),
            false, // createEncoder