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

Commit bff014da authored by nadlabak's avatar nadlabak
Browse files

libstagefright: allow OMX.TI.Video.Decoder to decode 854x480 MPEG-4 AVC

Change-Id: I147623ccd512b79f93ad1733f87efaa6611eaf7f
parent fa489205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) {
                    (int)profile, AVCProfileToString(profile), level);

            if (!strcmp(mComponentName, "OMX.TI.Video.Decoder")
                && (profile != kAVCProfileBaseline || level > 30)) {
                && (profile != kAVCProfileBaseline || level > 31)) {
                // This stream exceeds the decoder's capabilities. The decoder
                // does not handle this gracefully and would clobber the heap
                // and wreak havoc instead...