[FFmpeg-cvslog] avcodec/sheervideodata: Fix libavutil include
Michael Niedermayer
git at videolan.org
Fri Apr 20 03:22:33 EEST 2018
ffmpeg | branch: release/4.0 | Michael Niedermayer <michael at niedermayer.cc> | Thu Apr 19 23:34:11 2018 +0200| [8b019be79b6b32aa664ca042eb8cbd226b6433fe] | committer: Michael Niedermayer
avcodec/sheervideodata: Fix libavutil include
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit 3dfe3436ac78607d7baf6f1f7f48691343d9d929)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b019be79b6b32aa664ca042eb8cbd226b6433fe
---
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