get_audio_type
if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {
audio_type = get_audio_type(optarg);
int get_audio_type(char *ext);
if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {