mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/evc_parse: add missing includes
Fixes make checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
be91c5c80d
commit
dbc4c22890
@ -24,6 +24,13 @@
|
||||
#ifndef AVCODEC_EVC_PARSE_H
|
||||
#define AVCODEC_EVC_PARSE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/rational.h"
|
||||
#include "evc.h"
|
||||
|
||||
#define EVC_MAX_QP_TABLE_SIZE 58
|
||||
#define NUM_CPB 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user