From a7e87fef214c4a63872c03aef93241422fa95dff Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 3 Aug 2014 23:36:01 +0200 Subject: avfilter/vf_spp: Use dct->get_pixels() Signed-off-by: Michael Niedermayer --- libavfilter/vf_spp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vf_spp.h') 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; -- cgit v1.2.3