
Functions | |
| int | GetFfmpegCodec (vlc_fourcc_t i_fourcc, int *pi_cat, int *pi_ffmpeg_codec, const char **ppsz_name) |
| int | GetVlcFourcc (int i_ffmpeg_codec, int *pi_cat, vlc_fourcc_t *pi_fourcc, const char **ppsz_name) |
Variables | |
| struct { | |
| vlc_fourcc_t i_fourcc | |
| int i_codec | |
| int i_cat | |
| } | codecs_table [] |
| int GetFfmpegCodec | ( | vlc_fourcc_t | i_fourcc, | |
| int * | pi_cat, | |||
| int * | pi_ffmpeg_codec, | |||
| const char ** | ppsz_name | |||
| ) |
References codecs_table, i, UNKNOWN_ES, vlc_fourcc_GetCodec(), and vlc_fourcc_GetDescription().
Referenced by AddStream(), and OpenDecoder().
| int GetVlcFourcc | ( | int | i_ffmpeg_codec, | |
| int * | pi_cat, | |||
| vlc_fourcc_t * | pi_fourcc, | |||
| const char ** | ppsz_name | |||
| ) |
References codecs_table, i, i_cat, i_codec, i_fourcc, and vlc_fourcc_GetDescription().
struct { ... } codecs_table[] [static] |
Referenced by GetFfmpegCodec(), GetVlcFourcc(), and LoadDMO().
| int i_cat |
| int i_codec |
1.5.6