]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libutvideo.h
Merge remote-tracking branch 'dwbuiten/master'
[ffmpeg] / libavcodec / libutvideo.h
index 0b98b7cd06e0f91971b3941aa393bbe13e6f86f3..a9387e134eb39504a12cf7a3f7916d25705e70c8 100644 (file)
@@ -24,6 +24,9 @@
  *     'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA)
  */
 
+#ifndef AVCODEC_LIBUTVIDEO_H
+#define AVCODEC_LIBUTVIDEO_H
+
 #include <stdlib.h>
 #include <utvideo/utvideo.h>
 #include <utvideo/Codec.h>
@@ -40,3 +43,5 @@ typedef struct {
     unsigned int buf_size;
     uint8_t *buffer;
 } UtVideoContext;
+
+#endif /* AVCODEC_LIBUTVIDEO_H */