]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/crc.h
x86inc: allow manual use of WIN64_SPILL_XMM.
[ffmpeg] / libavutil / crc.h
index a9341194131134fb194ab4d6879a190c89c8dc08..5c25607bbc8e0989ab9fce23a275517d95b18afa 100644 (file)
@@ -41,4 +41,3 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id);
 uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
 
 #endif /* AVUTIL_CRC_H */
-