Merge "A fix to the MPEG4Extractor to support 16-bit sample sizes."
This commit is contained in:
committed by
Android (Google) Code Review
commit
dbbb28d719
@@ -220,7 +220,7 @@ status_t SampleTable::setSampleSizeParams(
|
||||
return ERROR_MALFORMED;
|
||||
}
|
||||
|
||||
mSampleSizeFieldSize = mDefaultSampleSize & 0xf;
|
||||
mSampleSizeFieldSize = mDefaultSampleSize & 0xff;
|
||||
mDefaultSampleSize = 0;
|
||||
|
||||
if (mSampleSizeFieldSize != 4 && mSampleSizeFieldSize != 8
|
||||
|
||||
Reference in New Issue
Block a user