ADLER32            81 libavutil/hash.c     [ADLER32] = {"adler32",  4},
ADLER32           127 libavutil/hash.c     case ADLER32: break;
ADLER32           129 libavutil/hash.c     if (i != ADLER32 && i != CRC32 && !res->ctx) {
ADLER32           154 libavutil/hash.c     case ADLER32: ctx->crc = 1; break;
ADLER32           175 libavutil/hash.c     case ADLER32: ctx->crc = av_adler32_update(ctx->crc, src, len); break;
ADLER32           196 libavutil/hash.c     case ADLER32: AV_WB32(dst, ctx->crc); break;