This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/hmac: remove gap in AVHMACType enum values
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer
7 years ago
parent
06899863a8
commit
1eb01cca6f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/hmac.h
+ 1
- 1
libavutil/hmac.h
View File
@@ -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,
};
};
Write
Preview
Loading…
Cancel
Save