X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdctref.h;h=a93b70d9f2b3683225be93b153f0028b7759bbf5;hb=0f96f0d9968a767ead3aec823fcdfb78f26f7be7;hp=ba89abd75205c54d5a4074021260e5a2d974c439;hpb=153382e1b6b428a1dcb8dc3f06f64a6959d722c5;p=ffmpeg diff --git a/libavcodec/dctref.h b/libavcodec/dctref.h index ba89abd7520..a93b70d9f2b 100644 --- a/libavcodec/dctref.h +++ b/libavcodec/dctref.h @@ -22,10 +22,8 @@ #ifndef AVCODEC_DCTREF_H #define AVCODEC_DCTREF_H -#include "dsputil.h" - -void ff_ref_fdct(DCTELEM *block); -void ff_ref_idct(DCTELEM *block); +void ff_ref_fdct(short *block); +void ff_ref_idct(short *block); void ff_ref_dct_init(void); #endif /* AVCODEC_DCTREF_H */