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

Commit c4d6cd21 authored by Sungtak Lee's avatar Sungtak Lee Committed by Automerger Merge Worker
Browse files

Merge "Fix the issue that rtsp video with MP4V-ES/ can't be played." am: 9bdfe6d8 am: 47332375

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2005510

Change-Id: I3cde5ba01b7e7486a1684a53b67b4db9e4c5462a
parents a67bce4c 47332375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ struct AUHeader {
};

bool AMPEG4ElementaryAssembler::initCheck() {
    if(mSizeLength == 0 || mIndexLength == 0 || mIndexDeltaLength == 0) {
    if(mIsGeneric && (mSizeLength == 0 || mIndexLength == 0 || mIndexDeltaLength == 0)) {
        android_errorWriteLog(0x534e4554, "124777537");
        return false;
    }