mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update Ac4Reader.java
This commit is contained in:
parent
460f576142
commit
51632f027d
@ -115,7 +115,7 @@ public final class Ac4Reader implements ElementaryStreamReader {
|
||||
if (skipToNextSync(data)) {
|
||||
state = STATE_READING_HEADER;
|
||||
headerScratchBytes.data[0] = (byte)0xAC;
|
||||
headerScratchBytes.data[1] = headerScratchBytes.data[1] = (byte)(hasCRC ? 0x41 : 0x40);
|
||||
headerScratchBytes.data[1] = (byte)(hasCRC ? 0x41 : 0x40);
|
||||
bytesRead = 2;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user