Modules

 Preprocessor String Macros
 String manipulation macros.
 
 Constants
 
 Encoding specific
 
 Version and Build diagnostics
 Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
 
 Internal
 Not exported functions, for internal usage only.
 
 Library Version Macros
 Useful to check and match library version in order to maintain backward compatibility.
 
 Image related
 AVPicture types, pixel formats and basic image planes manipulation.
 
 Error Codes
 
 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
}
 

Detailed Description

Enumeration Type Documentation

Enumerator
AVMEDIA_TYPE_UNKNOWN 

Usually treated as AVMEDIA_TYPE_DATA.

AVMEDIA_TYPE_VIDEO 
AVMEDIA_TYPE_AUDIO 
AVMEDIA_TYPE_DATA 

Opaque data information usually continuous.

AVMEDIA_TYPE_SUBTITLE 
AVMEDIA_TYPE_ATTACHMENT 

Opaque data information usually sparse.

AVMEDIA_TYPE_NB 

Definition at line 177 of file avutil.h.