Commit 5b70e28c authored by Clément Bœsch's avatar Clément Bœsch

lavc/libutvideo: protect header.

parent c8a7dd03
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
* 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA) * '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 <stdlib.h>
#include <utvideo/utvideo.h> #include <utvideo/utvideo.h>
#include <utvideo/Codec.h> #include <utvideo/Codec.h>
...@@ -40,3 +43,5 @@ typedef struct { ...@@ -40,3 +43,5 @@ typedef struct {
unsigned int buf_size; unsigned int buf_size;
uint8_t *buffer; uint8_t *buffer;
} UtVideoContext; } UtVideoContext;
#endif /* AVCODEC_LIBUTVIDEO_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment