Commit 5ce85602 by olly Committed by Ian Baker

Fix incorrect DvbParser assignment

PiperOrigin-RevId: 283791815
parent 72d5b425
......@@ -645,7 +645,7 @@ import java.util.List;
clutMapTable2To8 = buildClutMapTable(4, 8, data);
break;
case DATA_TYPE_48_TABLE_DATA:
clutMapTable2To8 = buildClutMapTable(16, 8, data);
clutMapTable4To8 = buildClutMapTable(16, 8, data);
break;
case DATA_TYPE_END_LINE:
column = horizontalAddress;
......
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