mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the others
This commit is contained in:
parent
2f40450d8e
commit
070d4312a8
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue