avcodec/hevcpred: fix make checkheaders.

pull/39/head
Clément Bœsch 11 years ago
parent 57c018d542
commit 0bf8580354
  1. 3
      libavcodec/hevcpred.h

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

Loading…
Cancel
Save