diff options
author | James Almer <jamrial@gmail.com> | 2018-04-03 23:32:03 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-04-03 23:32:03 -0300 |
commit | 9df784db6ef3d6a0b49edb78fea873dc3257f1c6 (patch) | |
tree | af8a8299f7e67b28a14f57d2f56723c5f5db4ba2 | |
parent | 4d89b5f844b31b5134f4589bd1773173d9412ef5 (diff) | |
download | ffmpeg-9df784db6ef3d6a0b49edb78fea873dc3257f1c6.tar.gz |
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.h | 4 |
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 */ |