[FFmpeg-cvslog] avcodec/sheervideo: add missing wrappers to sheervideodata.h

James Almer git at videolan.org
Wed Apr 4 05:32:49 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Apr  3 23:32:03 2018 -0300| [9df784db6ef3d6a0b49edb78fea873dc3257f1c6] | committer: James Almer

avcodec/sheervideo: add missing wrappers to sheervideodata.h

Fixes make fate-source

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9df784db6ef3d6a0b49edb78fea873dc3257f1c6
---

 libavcodec/sheervideodata.h | 4 ++++
 1 file changed, 4 insertions(+)

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 */



More information about the ffmpeg-cvslog mailing list