[FFmpeg-soc] [soc]: r3210 - mxf/mxf.h
spyfeng
subversion at mplayerhq.hu
Wed Aug 13 04:09:19 CEST 2008
Author: spyfeng
Date: Wed Aug 13 04:09:18 2008
New Revision: 3210
Log:
add conditional compile for mxf.h
Modified:
mxf/mxf.h
Modified: mxf/mxf.h
==============================================================================
--- mxf/mxf.h (original)
+++ mxf/mxf.h Wed Aug 13 04:09:18 2008
@@ -18,6 +18,8 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FFMPEG_MXF_H
+#define FFMPEG_MXF_H
#include "avformat.h"
#include "libavcodec/bytestream.h"
@@ -88,3 +90,4 @@ static const MXFCodecUL mxf_codec_uls[]
#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])
+#endif /* FFMPEG_MXF_H */
More information about the FFmpeg-soc
mailing list