mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
Block a user