Revision c1736936 libavformat/avformat.h
libavformat/avformat.h | ||
---|---|---|
40 | 40 |
*/ |
41 | 41 |
unsigned avformat_version(void); |
42 | 42 |
|
43 |
/** |
|
44 |
* Returns the libavformat build-time configuration. |
|
45 |
*/ |
|
46 |
const char * avformat_configuration(void); |
|
47 |
|
|
48 |
/** |
|
49 |
* Returns the libavformat license. |
|
50 |
*/ |
|
51 |
const char * avformat_license(void); |
|
52 |
|
|
43 | 53 |
#include <time.h> |
44 | 54 |
#include <stdio.h> /* FILE */ |
45 | 55 |
#include "libavcodec/avcodec.h" |
Also available in: Unified diff