X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_spp.h;h=76c0c34ab216a4f8739076f2323cf81bccc463b8;hb=420cedd49745b284c35d97b936b71ff79b43bdf7;hp=c03073a4e175a44c86728ebdca44e9638825a3dd;hpb=0a319bcce5714f7183b0537892f7d37d7a31493a;p=ffmpeg diff --git a/libavfilter/vf_spp.h b/libavfilter/vf_spp.h index c03073a4e17..76c0c34ab21 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,10 +37,9 @@ 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; + int non_b_qp_stride; int use_bframe_qp; int hsub, vsub;