X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fproresdsp.h;h=558fae53bf10a9d7884915a616fc3a28b804cdf9;hp=159862ec3da984f6bbfcff3deb3afec552e4cc6b;hb=663640d745279a272398283d8dca7efa356c8fe8;hpb=aec42ebc27c46625fb7fac9d5717056044ecac92 diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index 159862ec3d..558fae53bf 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -23,6 +23,7 @@ #ifndef AVCODEC_PRORESDSP_H #define AVCODEC_PRORESDSP_H +#include #include #include "avcodec.h" @@ -31,7 +32,7 @@ typedef struct ProresDSPContext { int idct_permutation_type; uint8_t idct_permutation[64]; - void (* idct_put) (uint16_t *out, int linesize, int16_t *block, const int16_t *qmat); + void (*idct_put)(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat); } ProresDSPContext; void ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx);