diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-08 21:19:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-08 21:19:04 +0000 |
commit | ac76729c10a345bf065aa76131d5094fbe9150fb (patch) | |
tree | b0e061cde035e06d9fc867584a5dda95ec6becb2 /libavutil/base64.h | |
parent | 5118bd441d47fc56d465110cd409afbcca70e3a2 (diff) | |
download | ffmpeg-ac76729c10a345bf065aa76131d5094fbe9150fb.tar.gz |
Cosmetics: "* out" -> "*out" for consistency with the other
parameters.
Originally committed as revision 17072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/base64.h')
-rw-r--r-- | libavutil/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/base64.h b/libavutil/base64.h index 5552e30fe2..80b3b09495 100644 --- a/libavutil/base64.h +++ b/libavutil/base64.h @@ -27,7 +27,7 @@ * Decodes Base64. * Parameter order is the same as strncpy(). */ -int av_base64_decode(uint8_t * out, const char *in, int out_size); +int av_base64_decode(uint8_t *out, const char *in, int out_size); /** * Encodes Base64. |