summaryrefslogtreecommitdiffstats
path: root/libavcodec/xface.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-28 18:00:33 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-28 19:49:48 -0800
commit44304ae3220f553d0b1458644e2a617ea1ad8d22 (patch)
tree90f08e24290d98cce881b05fce33fa9bcecbcea4 /libavcodec/xface.h
parent6bc610b39efed743a8616104ce59c860f20487ef (diff)
downloadffmpeg-streaming-44304ae3220f553d0b1458644e2a617ea1ad8d22.zip
ffmpeg-streaming-44304ae3220f553d0b1458644e2a617ea1ad8d22.tar.gz
all: Add missing header guards
Diffstat (limited to 'libavcodec/xface.h')
-rw-r--r--libavcodec/xface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/xface.h b/libavcodec/xface.h
index 0236d71..d366fdb 100644
--- a/libavcodec/xface.h
+++ b/libavcodec/xface.h
@@ -24,6 +24,9 @@
* X-Face common definitions.
*/
+#ifndef AVCODEC_XFACE_H
+#define AVCODEC_XFACE_H
+
#include <stdint.h>
/* define the face size - 48x48x1 */
@@ -94,3 +97,5 @@ extern const ProbRange ff_xface_probranges_per_level[4][3];
extern const ProbRange ff_xface_probranges_2x2[16];
void ff_xface_generate_face(uint8_t *dst, uint8_t * const src);
+
+#endif /* AVCODEC_XFACE_H */
OpenPOWER on IntegriCloud