revert rowLock and colomnLock changes since it will be done separately
This commit is contained in:
parent
3b7ec52ca8
commit
ec3065e981
@ -353,6 +353,7 @@ public final class Cea708Decoder extends CeaDecoder {
|
||||
int endBlockPosition = captionChannelPacketData.getPosition() + (blockSize * 8);
|
||||
while (captionChannelPacketData.getPosition() < endBlockPosition) {
|
||||
int command = captionChannelPacketData.readBits(8);
|
||||
Log.d("DatDoan", "Cea708 handleCommand " + command);
|
||||
if (command != COMMAND_EXT1) {
|
||||
if (command <= GROUP_C0_END) {
|
||||
handleC0Command(command);
|
||||
|
Loading…
x
Reference in New Issue
Block a user