mirror of https://git.ffmpeg.org/ffmpeg.git
Fix make checkheaders for vp9 header files.
This commit is contained in:
parent
f4e85afd99
commit
3aabfaa37b
|
@ -22,6 +22,8 @@
|
|||
#ifndef AVCODEC_VP9DATA_H
|
||||
#define AVCODEC_VP9DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "vp9.h"
|
||||
|
||||
enum BlockPartition {
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#ifndef AVCODEC_VP9DSP_H
|
||||
#define AVCODEC_VP9DSP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "vp9.h"
|
||||
|
|
Loading…
Reference in New Issue