X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fhash.h;h=930d2d6cde4e95a8771a04054f11e6e4d2e56715;hb=a240097ecd4fb1639db99e7becb888ae478405cd;hp=af4719e4231713749daa19686bb4e24f20dc62e0;hpb=6e30b35b85b81c802e52a1078ec7a3097e353c6d;p=ffmpeg diff --git a/libavutil/hash.h b/libavutil/hash.h index af4719e4231..930d2d6cde4 100644 --- a/libavutil/hash.h +++ b/libavutil/hash.h @@ -182,11 +182,7 @@ void av_hash_init(struct AVHashContext *ctx); * @param[in] src Data to be added to the hash context * @param[in] len Size of the additional data */ -#if FF_API_CRYPTO_SIZE_T -void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, int len); -#else void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, size_t len); -#endif /** * Finalize a hash context and compute the actual hash value.