summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-22 11:54:45 +0100
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-22 13:13:00 +0100
commit054167100d601e5f609a87c6f8f56eacf1fd0340 (patch)
tree8a2d7b2d34c57866184aeca0f64c3a67015a0e6f
parent6b5f04100afe6f61990b52d8b138af9cd500a3ff (diff)
downloadgst-plugins-bad-054167100d601e5f609a87c6f8f56eacf1fd0340.tar.gz
gst-plugins-bad-054167100d601e5f609a87c6f8f56eacf1fd0340.tar.bz2
gst-plugins-bad-054167100d601e5f609a87c6f8f56eacf1fd0340.zip
Fix UL for DTS and MPEG2 layer 1
-rw-r--r--gst/mxf/mxfmpeg.c4
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}
};