X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fttadsp.h;h=737d9bdbaaa1a2a46fa1a3b5250e556bcf015bb5;hb=65ff562c3b305ed7ef979b3182de1c5e7264dd22;hp=56930f1c8554b3cfa9ba2f57073659dc672ee2bf;hpb=1b04ea1a6c237a94f81d1b8f8a42fae46fbeacab;p=ffmpeg diff --git a/libavcodec/ttadsp.h b/libavcodec/ttadsp.h index 56930f1c855..737d9bdbaaa 100644 --- a/libavcodec/ttadsp.h +++ b/libavcodec/ttadsp.h @@ -20,12 +20,11 @@ #define AVCODEC_TTADSP_H #include -#include "ttadata.h" typedef struct TTADSPContext { - void (*ttafilter_process_dec)(int32_t *qm, int32_t *dx, int32_t *dl, - int32_t *error, int32_t *in, int32_t shift, - int32_t round); + void (*filter_process)(int32_t *qm, int32_t *dx, int32_t *dl, + int32_t *error, int32_t *in, int32_t shift, + int32_t round); } TTADSPContext; void ff_ttadsp_init(TTADSPContext *c);