Browse Source

avcodec/sheervideodata: Fix libavutil include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 3dfe3436ac)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0
Michael Niedermayer 7 years ago
parent
commit
8b019be79b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/sheervideodata.h

+ 1
- 1
libavcodec/sheervideodata.h View File

@@ -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,


Loading…
Cancel
Save