X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fme_cmp.h;h=e9b5161c9ad067d97947ef94c72da7871db9a312;hb=bd96c54fe4819b3ca9a975e2083d67f4443c559b;hp=0a589e3c3da1d3902f7a3bf33999d35c2bec6c3c;hpb=5ab44ff20cdc0e05adecbd0cd352d25fcb930094;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);