Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From 02cdde2223c515cf647d873527ab48d9df707ae4 Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <tomas.hardin@codemill.se>
- Date: Sat, 10 Mar 2012 17:03:00 +0100
- Subject: [PATCH] mxf: Add DNxHD UL and note that the old one is JPEG 2000
- Leaving the apparently incorrect UL in place for now, assuming it's there for
- a good reason.
- ---
- libavformat/mxf.c | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
- diff --git a/libavformat/mxf.c b/libavformat/mxf.c
- index a02701a..1aaa015 100644
- --- a/libavformat/mxf.c
- +++ b/libavformat/mxf.c
- @@ -42,7 +42,8 @@ const MXFCodecUL ff_mxf_codec_uls[] = {
- { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x07,0x04,0x01,0x02,0x02,0x03,0x01,0x01,0x00 }, 14, CODEC_ID_JPEG2000 }, /* JPEG2000 Codestream */
- { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x01,0x7F,0x00,0x00,0x00 }, 13, CODEC_ID_RAWVIDEO }, /* Uncompressed */
- { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x01,0x00 }, 15, CODEC_ID_RAWVIDEO }, /* Uncompressed 422 8-bit */
- - { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x03,0x02,0x00,0x00 }, 14, CODEC_ID_DNXHD }, /* SMPTE VC-3/DNxHD */
- + { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x71,0x00,0x00,0x00 }, 13, CODEC_ID_DNXHD }, /* SMPTE VC-3/DNxHD */
- + { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x03,0x02,0x00,0x00 }, 14, CODEC_ID_DNXHD }, /* SMPTE VC-3/DNxHD (actually JPEG2 000) */
- { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x01,0x32,0x00,0x00 }, 14, CODEC_ID_H264 }, /* H.264/MPEG-4 AVC Intra */
- { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x01 }, 16, CODEC_ID_V210 }, /* V210 */
- /* SoundEssenceCompression */
- --
- 1.7.5.4
Advertisement
Add Comment
Please, Sign In to add comment