diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-29 18:41:52 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-29 18:41:52 +0100 |
commit | 9c39e6769d68256b1ea0c030fecf374b0a46016c (patch) | |
tree | 40585d980a9846817ebd1c337808cd15768eff28 /gst/mxf | |
parent | e222f28bf37e220664087b37902edc682a68eb1f (diff) |
mxful: Fix Content Storage UL
Diffstat (limited to 'gst/mxf')
-rw-r--r-- | gst/mxf/mxful.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mxf/mxful.c b/gst/mxf/mxful.c index d7a755b26..3d186f915 100644 --- a/gst/mxf/mxful.c +++ b/gst/mxf/mxful.c @@ -121,8 +121,8 @@ 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}}, + {{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x02, + 0x06, 0x01, 0x01, 0x04, 0x02, 0x01, 0x00, 0x00}}, /* OPERATIONAL_PATTERN */ {{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05, 0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}}, |