FFmpeg  1.2.4
Data Structures | Macros | Typedefs
mpc_info.h File Reference

Go to the source code of this file.

Data Structures

struct  mp_codec_info_s

Macros

#define CONTROL_OK   1
#define CONTROL_TRUE   1
#define CONTROL_FALSE   0
#define CONTROL_UNKNOWN   -1
#define CONTROL_ERROR   -2
#define CONTROL_NA   -3

Typedefs

typedef struct mp_codec_info_s mp_codec_info_t

Macro Definition Documentation

#define CONTROL_ERROR   -2

Definition at line 40 of file mpc_info.h.

#define CONTROL_FALSE   0

Definition at line 38 of file mpc_info.h.

#define CONTROL_NA   -3

Definition at line 41 of file mpc_info.h.

#define CONTROL_OK   1

Definition at line 36 of file mpc_info.h.

#define CONTROL_TRUE   1

Definition at line 37 of file mpc_info.h.

Referenced by control().

#define CONTROL_UNKNOWN   -1

Definition at line 39 of file mpc_info.h.

Typedef Documentation