1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/hevcpred: fix make checkheaders.

This commit is contained in:
Clément Bœsch 2013-10-17 21:25:14 +02:00
parent 57c018d542
commit 0bf8580354

View File

@ -23,6 +23,9 @@
#ifndef AVCODEC_HEVCPRED_H #ifndef AVCODEC_HEVCPRED_H
#define AVCODEC_HEVCPRED_H #define AVCODEC_HEVCPRED_H
#include <stddef.h>
#include <stdint.h>
struct HEVCContext; struct HEVCContext;
typedef struct HEVCPredContext { typedef struct HEVCPredContext {