diff options
Diffstat (limited to 'libavcodec/proresdec.h')
-rw-r--r-- | libavcodec/proresdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index cb7297937d..14ede5d16b 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -22,7 +22,6 @@ #ifndef AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H -#include "dsputil.h" #include "blockdsp.h" #include "proresdsp.h" @@ -36,7 +35,6 @@ typedef struct { } SliceContext; typedef struct { - DSPContext dsp; BlockDSPContext bdsp; ProresDSPContext prodsp; AVFrame *frame; |