mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove extra brackets
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206725219
This commit is contained in:
parent
ded2b2eb2a
commit
19d24ac633
@ -1551,7 +1551,7 @@ public final class MatroskaExtractor implements Extractor {
|
|||||||
if (!foundSyncframe) {
|
if (!foundSyncframe) {
|
||||||
input.peekFully(syncframePrefix, 0, Ac3Util.TRUEHD_SYNCFRAME_PREFIX_LENGTH);
|
input.peekFully(syncframePrefix, 0, Ac3Util.TRUEHD_SYNCFRAME_PREFIX_LENGTH);
|
||||||
input.resetPeekPosition();
|
input.resetPeekPosition();
|
||||||
if ((Ac3Util.parseTrueHdSyncframeAudioSampleCount(syncframePrefix) == 0)) {
|
if (Ac3Util.parseTrueHdSyncframeAudioSampleCount(syncframePrefix) == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
foundSyncframe = true;
|
foundSyncframe = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user