mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Update Ac4Reader.java
This commit is contained in:
parent
460f576142
commit
51632f027d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue