Commit 51632f02 by BAI Yanning Committed by GitHub

Update Ac4Reader.java

parent 460f5761
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment