mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the others

This commit is contained in:
Sebastian Dröge 2016-01-29 17:36:11 +01:00
parent 2f40450d8e
commit 070d4312a8

View file

@ -121,6 +121,9 @@ const MXFUL _mxf_ul_table[] = {
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x02,
0x06, 0x01, 0x01, 0x04, 0x06, 0x04, 0x00, 0x00}},
/* CONTENT_STORAGE */
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},
/* OPERATIONAL_PATTERN */
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},
/* ESSENCE_CONTAINERS */