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

storyparts storyparts
Wed Apr 14 11:31:02 CEST 2010


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

diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 9702998..c80b3ca 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -68,7 +68,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


--------------090900080504020001000507
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