Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSupraja Meedinti <supraja0493@gmail.com>2014-12-16 23:31:42 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-12-17 04:18:02 +0300
commitabbcc68e5cefc09265d2665e507f69907cd5b8ca (patch)
treee48c817aff3ba903acac4f73cb383a5cb7e05d2c /libavutil/cast5.h
parentf3b5b139ad853b6f69c6a0b036815a60e7b3f261 (diff)
libavutil: cosmetic: inserted spaces wherever necessary
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cast5.h')
-rw-r--r--libavutil/cast5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/cast5.h b/libavutil/cast5.h
index a4df6d8576..913d048874 100644
--- a/libavutil/cast5.h
+++ b/libavutil/cast5.h
@@ -60,7 +60,7 @@ int av_cast5_init(struct AVCAST5 *ctx, const uint8_t *key, int key_bits);
* @param count number of 8 byte blocks
* @param decrypt 0 for encryption, 1 for decryption
*/
-void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count,int decrypt);
+void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, int decrypt);
/**
* @}
*/