You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/sheervideodata: Fix libavutil include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#ifndef AVCODEC_SHEERVIDEODATA_H
|
#ifndef AVCODEC_SHEERVIDEODATA_H
|
||||||
#define AVCODEC_SHEERVIDEODATA_H
|
#define AVCODEC_SHEERVIDEODATA_H
|
||||||
|
|
||||||
#include <libavutil/common.h>
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
static const uint8_t l_r_rgb[256] = {
|
static const uint8_t l_r_rgb[256] = {
|
||||||
3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 8,
|
3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 8,
|
||||||
|
Reference in New Issue
Block a user