diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mxf/mxfmpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mxf/mxfmpeg.c b/gst/mxf/mxfmpeg.c index 3c0c9b37..86a5b1f1 100644 --- a/gst/mxf/mxfmpeg.c +++ b/gst/mxf/mxfmpeg.c @@ -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} }; |