Merge "Fixes bug 2502132, and masks bug 2518313."
This commit is contained in:
@@ -222,7 +222,7 @@ status_t AMRSource::read(
|
||||
ssize_t n = mDataSource->readAt(mOffset, &header, 1);
|
||||
|
||||
if (n < 1) {
|
||||
return ERROR_IO;
|
||||
return ERROR_END_OF_STREAM;
|
||||
}
|
||||
|
||||
if (header & 0x83) {
|
||||
|
||||
Reference in New Issue
Block a user