From 9b9466b0cd15f88bcd2cff2d30b1f67d2e8755d1 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 22 Aug 2008 04:12:52 +0000 Subject: Apply parts of MXF muxer ok'ed by Michael Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/mxf.h') diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 15e7069789..480b619d38 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -64,7 +64,11 @@ extern const MXFDataDefinitionUL ff_mxf_data_definition_uls[]; extern const MXFCodecUL ff_mxf_codec_uls[]; extern const MXFCodecUL ff_mxf_essence_container_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, \ (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) +#endif #endif /* FFMPEG_MXF_H */ -- cgit v1.2.3