Go to the source code of this file.
Functions | |
| static int | GetFfmpegCodec (vlc_fourcc_t i_fourcc, int *pi_cat, int *pi_ffmpeg_codec, const char **ppsz_name) |
| static 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 | |
| const char * psz_name | |
| } | codecs_table [] |
| static int GetFfmpegCodec | ( | vlc_fourcc_t | i_fourcc, | |
| int * | pi_cat, | |||
| int * | pi_ffmpeg_codec, | |||
| const char ** | ppsz_name | |||
| ) | [static] |
| static int GetVlcFourcc | ( | int | i_ffmpeg_codec, | |
| int * | pi_cat, | |||
| vlc_fourcc_t * | pi_fourcc, | |||
| const char ** | ppsz_name | |||
| ) | [static] |
struct { ... } codecs_table[] [static] |
| int i_cat |
| int i_codec |
| const char* psz_name |
1.5.1