mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 00:02:53 +00:00
cosmetics: vertical align AVSHA1 members
Originally committed as revision 19387 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
01cc628845
commit
3a7c65077d
@ -27,7 +27,7 @@
|
||||
typedef struct AVSHA1 {
|
||||
uint8_t digest_len; ///< digest length in 32-bit words
|
||||
uint64_t count; ///< number of bytes in buffer
|
||||
uint8_t buffer[64]; ///< 512-bit buffer of input values used in hash updating
|
||||
uint8_t buffer[64]; ///< 512-bit buffer of input values used in hash updating
|
||||
uint32_t state[8]; ///< current hash value
|
||||
} AVSHA1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user