Go to the source code of this file.
Data Structures | |
struct | mp_codec_info_s |
Defines | |
#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 |
#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 |
#define CONTROL_TRUE 1 |
#define CONTROL_UNKNOWN -1 |
Definition at line 39 of file mpc_info.h.
typedef struct mp_codec_info_s mp_codec_info_t |