Modules | |
Internal | |
Not exported functions, for internal usage only. | |
Preprocessor String Macros | |
String manipulation macros. | |
Library Version Macros | |
Useful to check and match library version in order to maintain backward compatibility. | |
Version and Build diagnostics | |
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use. | |
Deprecation guards | |
Those FF_API_* defines are not part of public API. | |
Constants | |
Image related | |
AVPicture types, pixel formats and basic image planes manipulation. | |
Media Type | |
Media Type. |
Enumerations | |
enum | AVMediaType { AVMEDIA_TYPE_UNKNOWN = -1, AVMEDIA_TYPE_VIDEO, AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_DATA, AVMEDIA_TYPE_SUBTITLE, AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB } |
enum AVMediaType |