avfilter/vf_spp: use AVDCT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/pixblockdsp.h"
|
||||
#include "libavcodec/idctdsp.h"
|
||||
#include "libavcodec/fdctdsp.h"
|
||||
#include "libavcodec/avdct.h"
|
||||
#include "avfilter.h"
|
||||
|
||||
#define MAX_LEVEL 6 /* quality levels */
|
||||
@@ -41,9 +40,8 @@ typedef struct {
|
||||
uint8_t *src;
|
||||
int16_t *temp;
|
||||
AVCodecContext *avctx;
|
||||
IDCTDSPContext idsp;
|
||||
FDCTDSPContext fdsp;
|
||||
PixblockDSPContext pdsp;
|
||||
AVDCT *dct;
|
||||
int8_t *non_b_qp_table;
|
||||
int non_b_qp_alloc_size;
|
||||
int use_bframe_qp;
|
||||
|
||||
Reference in New Issue
Block a user