From ac76729c10a345bf065aa76131d5094fbe9150fb Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 8 Feb 2009 21:19:04 +0000 Subject: Cosmetics: "* out" -> "*out" for consistency with the other parameters. Originally committed as revision 17072 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/base64.h') 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. -- cgit v1.2.3