[FFmpeg-cvslog] avcodec/sheervideodata: Fix libavutil include

Michael Niedermayer git at videolan.org
Fri Apr 20 01:19:08 EEST 2018


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Apr 19 23:34:11 2018 +0200| [3dfe3436ac78607d7baf6f1f7f48691343d9d929] | committer: Michael Niedermayer

avcodec/sheervideodata: Fix libavutil include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavcodec/sheervideodata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/sheervideodata.h b/libavcodec/sheervideodata.h
index 0fac25d48c..3b6e2f6591 100644
--- a/libavcodec/sheervideodata.h
+++ b/libavcodec/sheervideodata.h
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_SHEERVIDEODATA_H
 #define AVCODEC_SHEERVIDEODATA_H
 
-#include <libavutil/common.h>
+#include "libavutil/common.h"
 
 static const uint8_t l_r_rgb[256] = {
      3,  3,  4,  4,  5,  5,  5,  6,  6,  6,  7,  7,  7,  7,  7,  8,



More information about the ffmpeg-cvslog mailing list