Commit 9f44e902 by olly Committed by Oliver Woodman

Fix incorrect DvbParser assignment

PiperOrigin-RevId: 283791815
parent e97b8347
......@@ -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