comparison 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
comparison
equal deleted inserted replaced
10763:98bf00fa95cd 10764:4546d91de818
3081 unsigned avcodec_version(void); 3081 unsigned avcodec_version(void);
3082 3082
3083 /** 3083 /**
3084 * Returns the libavcodec build-time configuration. 3084 * Returns the libavcodec build-time configuration.
3085 */ 3085 */
3086 const char * avcodec_configuration(void); 3086 const char *avcodec_configuration(void);
3087 3087
3088 /** 3088 /**
3089 * Returns the libavcodec license. 3089 * Returns the libavcodec license.
3090 */ 3090 */
3091 const char * avcodec_license(void); 3091 const char *avcodec_license(void);
3092 3092
3093 /** 3093 /**
3094 * Initializes libavcodec. 3094 * Initializes libavcodec.
3095 * 3095 *
3096 * @warning This function must be called before any other libavcodec 3096 * @warning This function must be called before any other libavcodec