av_crc

Calculate the CRC of a block. @param crc CRC of previous blocks if any or initial value for CRC @return CRC updated with the data from the given block

@see av_crc_init() "le" parameter

extern (C) @nogc nothrow
uint
av_crc
(
const(AVCRC)* ctx
,
uint crc
,
const(ubyte)* buffer
,
size_t length
)

Meta