X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fme_cmp.h;h=e9b5161c9ad067d97947ef94c72da7871db9a312;hb=b8accd1175d20ab308de69dbd06bda06a02183e3;hp=0a589e3c3da1d3902f7a3bf33999d35c2bec6c3c;hpb=f8377ffce35251bba043aeda5d81df0d411a0595;p=ffmpeg diff --git a/libavcodec/me_cmp.h b/libavcodec/me_cmp.h index 0a589e3c3da..e9b5161c9ad 100644 --- a/libavcodec/me_cmp.h +++ b/libavcodec/me_cmp.h @@ -79,8 +79,6 @@ typedef struct MECmpContext { me_cmp_func median_sad[6]; } MECmpContext; -int ff_check_alignment(void); - void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx); void ff_me_cmp_init_alpha(MECmpContext *c, AVCodecContext *avctx); void ff_me_cmp_init_arm(MECmpContext *c, AVCodecContext *avctx);