Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and

XXX_license() functions, consistent with the rest of FFmpeg.

Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-01-03 14:31:25 +00:00
parent 8040c3b250
commit 4160069067
10 changed files with 20 additions and 20 deletions

View File

@@ -3083,12 +3083,12 @@ unsigned avcodec_version(void);
/**
* Returns the libavcodec build-time configuration.
*/
const char * avcodec_configuration(void);
const char *avcodec_configuration(void);
/**
* Returns the libavcodec license.
*/
const char * avcodec_license(void);
const char *avcodec_license(void);
/**
* Initializes libavcodec.