Commit 3dfe3436 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/sheervideodata: Fix libavutil include

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9f1b99e7
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment