[FFmpeg-devel] [PATCH] Clip-Wrapped MXF support (attempt #4)
Maksym Veremeyenko
verem
Mon Jan 24 12:15:49 CET 2011
Tomas H?rdin ???????(??):
> Maksym Veremeyenko skrev 2011-01-13 13:14:
[...]
>> From 460438fc89f813bbaf7703b351ab675236c95a8d Mon Sep 17 00:00:00 2001
>> From: Maksym Veremeyenko <verem at m1.tv>
>> Date: Sun, 19 Sep 2010 12:17:00 +0300
>> Subject: [PATCH 3/6] make key output in RP 224.10 form
>>
>> ---
>> libavformat/mxf.h | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/libavformat/mxf.h b/libavformat/mxf.h
>> index 26832c2..5de949e 100644
>> --- a/libavformat/mxf.h
>> +++ b/libavformat/mxf.h
>> @@ -71,7 +71,7 @@ extern const MXFPixelLayout ff_mxf_pixel_layouts[];
>> int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum
>> PixelFormat *pix_fmt);
>>
>> #ifdef DEBUG
>> -#define PRINT_KEY(pc, s, x) dprintf(pc, "%s %02X %02X %02X %02X %02X
>> %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X\n", s, \
>> +#define PRINT_KEY(pc, s, x) dprintf(pc, "%s
>> %02X.%02X.%02X.%02X.%02X.%02X.%02X.%02X
>> %02X.%02X.%02X.%02X.%02X.%02X.%02x.%02X\n", s, \
>
> This seems completely unrelated. I'd drop this patch from this thread
> and have it in a thread of its own since it's a bit distracting.
That makes much easy to debug MXF's UID stuff, because of KEY presented
in *RP 224.10*
(http://www.smpte-ra.org/mdd/RP224v10-publication-20081215.xls) dotted
form. That patch makes debug output of key exactly in form that provided
by origin...
--
________________________________________
Maksym Veremeyenko
More information about the ffmpeg-devel
mailing list