Home
last modified time | relevance | path

Searched refs:nextArg (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/games/mp3enc/
H A Dparse.c653 char *token, *arg, *nextArg; in parse_args() local
659 nextArg = i + 1 < argc? argv[i+1]: ""; in parse_args()
667 resample_rate(atof (nextArg) )); in parse_args()
690 gfp->VBR_mean_bitrate_kbps = atoi(nextArg); in parse_args()
758 mp3_delay = atoi(nextArg); in parse_args()
777 gfp->ATHlower = atof(nextArg); in parse_args()
781 gfp->ATHtype = atoi(nextArg); in parse_args()
785 (void) lame_set_scale(gfp, atof(nextArg)); in parse_args()
799 id3tag_set_title(gfp, nextArg); in parse_args()
803 id3tag_set_artist(gfp, nextArg); in parse_args()
[all …]