diff avcodec.h @ 10764:4546d91de818 libavcodec

Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and XXX_license() functions, consistent with the rest of FFmpeg.
author stefano
date Sun, 03 Jan 2010 14:31:25 +0000
parents 6e3c41fb2eb7
children 8963dc7bb923
line wrap: on
line diff
--- a/avcodec.h	Sat Jan 02 17:48:08 2010 +0000
+++ b/avcodec.h	Sun Jan 03 14:31:25 2010 +0000
@@ -3083,12 +3083,12 @@
 /**
  * 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.