[PATCH 3/5] make key output in RP 224.10 form

storyparts storyparts
Thu Apr 15 11:40:44 CEST 2010


---
 libavformat/mxf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 99553a5..c4a81b0 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -62,7 +62,7 @@ extern const MXFCodecUL ff_mxf_data_definition_uls[];
 extern const MXFCodecUL ff_mxf_codec_uls[];
 
 #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, \
                              (x)[0], (x)[1], (x)[2], (x)[3], (x)[4], (x)[5], (x)[6], (x)[7], (x)[8], (x)[9], (x)[10], (x)[11], (x)[12], (x)[13], (x)[14], (x)[15])
 #else
 #define PRINT_KEY(pc, s, x)
-- 
1.6.6.1


--------------000300090005060804010403
Content-Type: text/x-patch;
 name="0004-add-new-essence-container-uls-and-wrapping-methods.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="0004-add-new-essence-container-uls-and-wrapping-methods.patch"




More information about the ffmpeg-devel mailing list