[FFmpeg-cvslog] r19387 - trunk/libavutil/sha1.c
kostya
subversion
Thu Jul 9 09:15:30 CEST 2009
Author: kostya
Date: Thu Jul 9 09:15:30 2009
New Revision: 19387
Log:
cosmetics: vertical align AVSHA1 members
Modified:
trunk/libavutil/sha1.c
Modified: trunk/libavutil/sha1.c
==============================================================================
--- trunk/libavutil/sha1.c Thu Jul 9 09:14:07 2009 (r19386)
+++ trunk/libavutil/sha1.c Thu Jul 9 09:15:30 2009 (r19387)
@@ -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;
More information about the ffmpeg-cvslog
mailing list