[FFmpeg-cvslog] avutil/hmac: remove gap in AVHMACType enum values

James Almer git at videolan.org
Mon Oct 23 01:47:28 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Oct 22 19:47:05 2017 -0300| [1eb01cca6f70fcd690fb72d55a0a7317672508fd] | committer: James Almer

avutil/hmac: remove gap in AVHMACType enum values

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1eb01cca6f70fcd690fb72d55a0a7317672508fd
---

 libavutil/hmac.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
 };
 



More information about the ffmpeg-cvslog mailing list