summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-04-03 23:32:03 -0300
committerJames Almer <jamrial@gmail.com>2018-04-03 23:32:03 -0300
commit9df784db6ef3d6a0b49edb78fea873dc3257f1c6 (patch)
treeaf8a8299f7e67b28a14f57d2f56723c5f5db4ba2
parent4d89b5f844b31b5134f4589bd1773173d9412ef5 (diff)
avcodec/sheervideo: add missing wrappers to sheervideodata.h
Fixes make fate-source Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/sheervideodata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/sheervideodata.h b/libavcodec/sheervideodata.h
index 092ab87e5e..0fac25d48c 100644
--- a/libavcodec/sheervideodata.h
+++ b/libavcodec/sheervideodata.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVCODEC_SHEERVIDEODATA_H
+#define AVCODEC_SHEERVIDEODATA_H
+
#include <libavutil/common.h>
static const uint8_t l_r_rgb[256] = {
@@ -1091,3 +1094,4 @@ static const uint8_t l_g_rgbxi[1024] = {
9, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 6, 6, 4, 4, 3,
};
+#endif /* AVCODEC_SHEERVIDEODATA_H */