Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libavfilter / vf_spp.h
index 2dcf813..7e7e227 100644 (file)
@@ -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;