Commit 1eb01cca authored by James Almer's avatar James Almer

avutil/hmac: remove gap in AVHMACType enum values

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 06899863
...@@ -35,7 +35,7 @@ enum AVHMACType { ...@@ -35,7 +35,7 @@ enum AVHMACType {
AV_HMAC_SHA1, AV_HMAC_SHA1,
AV_HMAC_SHA224, AV_HMAC_SHA224,
AV_HMAC_SHA256, AV_HMAC_SHA256,
AV_HMAC_SHA384 = 12, AV_HMAC_SHA384,
AV_HMAC_SHA512, AV_HMAC_SHA512,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment