mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Fix UL for DTS and MPEG2 layer 1
This commit is contained in:
parent
6b5f04100a
commit
054167100d
1 changed files with 2 additions and 2 deletions
|
@ -319,12 +319,12 @@ static const MXFUL sound_essence_compression_mpeg1_layer2 = { {
|
|||
};
|
||||
|
||||
static const MXFUL sound_essence_compression_mpeg2_layer1 = { {
|
||||
0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x08, 0x04, 0x02, 0x02, 0x02,
|
||||
0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x04, 0x02, 0x02, 0x02,
|
||||
0x03, 0x02, 0x06, 0x00}
|
||||
};
|
||||
|
||||
static const MXFUL sound_essence_compression_dts = { {
|
||||
0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x08, 0x04, 0x02, 0x02, 0x02,
|
||||
0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x04, 0x02, 0x02, 0x02,
|
||||
0x03, 0x02, 0x1c, 0x00}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue