summaryrefslogtreecommitdiff
path: root/libavfilter/vf_spp.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-04-19 00:09:14 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2020-05-12 01:00:28 +0200
commitdde86d0ddfa2697e2519ce2b0a4d918fa11691b5 (patch)
treed2a50b338078b4616d29c22e5996dd7923c1e179 /libavfilter/vf_spp.h
parent70d396c8afa4275dbd54e79805ab2c34124c1b65 (diff)
avfilter/vf_spp: Remove unused AVCodecContext
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_spp.h')
-rw-r--r--libavfilter/vf_spp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_spp.h b/libavfilter/vf_spp.h
index c03073a4e1..879ed40f03 100644
--- a/libavfilter/vf_spp.h
+++ b/libavfilter/vf_spp.h
@@ -22,7 +22,6 @@
#ifndef AVFILTER_SPP_H
#define AVFILTER_SPP_H
-#include "libavcodec/avcodec.h"
#include "libavcodec/avdct.h"
#include "avfilter.h"
@@ -38,7 +37,6 @@ typedef struct SPPContext {
int temp_linesize;
uint8_t *src;
uint16_t *temp;
- AVCodecContext *avctx;
AVDCT *dct;
int8_t *non_b_qp_table;
int non_b_qp_alloc_size;