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

Commit b84d042a authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "A fix to the MPEG4Extractor to support 16-bit sample sizes."

parents 00f49510 9f753df5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ status_t SampleTable::setSampleSizeParams(
            return ERROR_MALFORMED;
        }

        mSampleSizeFieldSize = mDefaultSampleSize & 0xf;
        mSampleSizeFieldSize = mDefaultSampleSize & 0xff;
        mDefaultSampleSize = 0;

        if (mSampleSizeFieldSize != 4 && mSampleSizeFieldSize != 8