1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/evc_parse: add missing includes

Fixes make checkheaders.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2023-06-17 12:43:15 -03:00
parent be91c5c80d
commit dbc4c22890

View File

@ -24,6 +24,13 @@
#ifndef AVCODEC_EVC_PARSE_H #ifndef AVCODEC_EVC_PARSE_H
#define 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 EVC_MAX_QP_TABLE_SIZE 58
#define NUM_CPB 32 #define NUM_CPB 32