comparison avformat.h @ 5491:a7aeae5a367b libavformat

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 611a8e6209be
children 1838c590a0b9
comparison
equal deleted inserted replaced
5490:38093ab40afe 5491:a7aeae5a367b
41 unsigned avformat_version(void); 41 unsigned avformat_version(void);
42 42
43 /** 43 /**
44 * Returns the libavformat build-time configuration. 44 * Returns the libavformat build-time configuration.
45 */ 45 */
46 const char * avformat_configuration(void); 46 const char *avformat_configuration(void);
47 47
48 /** 48 /**
49 * Returns the libavformat license. 49 * Returns the libavformat license.
50 */ 50 */
51 const char * avformat_license(void); 51 const char *avformat_license(void);
52 52
53 #include <time.h> 53 #include <time.h>
54 #include <stdio.h> /* FILE */ 54 #include <stdio.h> /* FILE */
55 #include "libavcodec/avcodec.h" 55 #include "libavcodec/avcodec.h"
56 56