You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix make checkheaders for vp9 header files.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user