summaryrefslogtreecommitdiff
path: root/libavfilter/vf_spp.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-03 23:36:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-03 23:36:01 +0200
commita7e87fef214c4a63872c03aef93241422fa95dff (patch)
tree1feec9582b52ea3e616c88b04667ee77e54a2e01 /libavfilter/vf_spp.h
parente680c731a213759a824420a94f0068f943d3788f (diff)
avfilter/vf_spp: Use dct->get_pixels()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2dcf813ed3..7e7e227ad9 100644
--- a/libavfilter/vf_spp.h
+++ b/libavfilter/vf_spp.h
@@ -23,7 +23,6 @@
#define AVFILTER_SPP_H
#include "libavcodec/avcodec.h"
-#include "libavcodec/pixblockdsp.h"
#include "libavcodec/avdct.h"
#include "avfilter.h"
@@ -40,7 +39,6 @@ typedef struct {
uint8_t *src;
int16_t *temp;
AVCodecContext *avctx;
- PixblockDSPContext pdsp;
AVDCT *dct;
int8_t *non_b_qp_table;
int non_b_qp_alloc_size;