Commit 0ef38fcd by Sadashiva Neelavara Committed by Ian Baker

Replacing Flush with Collection.emptyList

parent 59b8552a
......@@ -1041,7 +1041,8 @@ public final class Cea608Decoder extends CeaDecoder {
if (timeElapsed >= VALID_DATA_CHANNEL_TIMEOUT_MS) {
// Force erase captions. There might be stale captions stuck on screen.
// (CEA-608 Annex C.9)
flush();
cues = Collections.emptyList();
ccTimeOutCounter = C.TIME_UNSET;
}
}
}
......
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