Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 01:47:05 +0300
committerJames Almer <jamrial@gmail.com>2017-10-23 01:47:05 +0300
commit1eb01cca6f70fcd690fb72d55a0a7317672508fd (patch)
tree87fba5a5a148dd14a68a4974ef0d8e109d3b8be8 /libavutil/hmac.h
parent06899863a82c80a91e56c32c65d4e8703fe779b0 (diff)
avutil/hmac: remove gap in AVHMACType enum values
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/hmac.h')
-rw-r--r--libavutil/hmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/hmac.h b/libavutil/hmac.h
index 576a0a4fb9..412e950719 100644
--- a/libavutil/hmac.h
+++ b/libavutil/hmac.h
@@ -35,7 +35,7 @@ enum AVHMACType {
AV_HMAC_SHA1,
AV_HMAC_SHA224,
AV_HMAC_SHA256,
- AV_HMAC_SHA384 = 12,
+ AV_HMAC_SHA384,
AV_HMAC_SHA512,
};