[FFmpeg-devel] [PATCH] SHA-256 support
Diego Biurrun
diego
Wed Jun 10 11:38:38 CEST 2009
On Wed, Jun 10, 2009 at 08:35:39AM +0300, Kostya wrote:
>
> /**
> * initialize SHA-224/256 hashing
Write proper sentences please. Start them with capital letters and end
them in periods. Also, use third person singular.
> * @param context hash function context
> * @param use_sha224 selects mode of operation - zero for SHA-256, SHA-224 in all other cases
> */
> void av_sha256_init(struct AVSHA256* ctx, int use_sha224);
> /**
This would be more readable if you left a blank line between the
function declaration and the Doxygen comment.
Diego
More information about the ffmpeg-devel
mailing list