mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user