summaryrefslogtreecommitdiff
path: root/src/video_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_decode.h')
-rw-r--r--src/video_decode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/video_decode.h b/src/video_decode.h
index 64127f3..f9cdfb4 100644
--- a/src/video_decode.h
+++ b/src/video_decode.h
@@ -1,3 +1,6 @@
+#ifndef _VIDEO_DECODE_H_
+#define _VIDEO_DECODE_H_
+
#include <stdint.h>
struct video_decode;
@@ -17,3 +20,5 @@ video_decode_get_frame(struct video_decode *vd, struct video_frame **frame);
void
video_decode_free_frame(struct video_frame **frame);
+
+#endif /* _VIDEO_DECODE_H_ */