Browse Source

avcodec/hevcpred: fix make checkheaders.

tags/n2.1
Clément Bœsch 12 years ago
parent
commit
0bf8580354
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/hevcpred.h

+ 3
- 0
libavcodec/hevcpred.h View File

@@ -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