Lines Matching defs:version
10 * version 2 of the License, or (at your option) any later version.
59 #include "version.h"
445 * PURPOSE: Writes version and license to the file specified by fp
464 fprintf(fp, "LAME %s version %s (%s)\n\n", b, v, u);
466 fprintf(fp, "LAME version %s (%s)\n\n", v, u);
471 fprintf(fp, "LAME %s version %s\n%*s(%s)\n\n", b, v, n_white_spaces, "", u);
473 fprintf(fp, "LAME version %s\n%*s(%s)\n\n", v, n_white_spaces, "", u);
484 { /* print version & license */
495 "version 2 of the License, or (at your option) any later version.\n"
624 " --tt <title> audio/song title (max 30 chars for version 1 tag)\n"
625 " --ta <artist> audio/song artist (max 30 chars for version 1 tag)\n"
626 " --tl <album> audio/song album (max 30 chars for version 1 tag)\n"
641 " --add-id3v2 force addition of version 2 tag\n"
642 " --id3v1-only add only a version 1 tag\n"
643 " --id3v2-only add only a version 2 tag\n"
648 " --space-id3v1 pad version 1 tag with spaces instead of nulls\n"
650 " --pad-id3v2-size <value> adds version 2 tag, pad with extra <value> bytes\n"
655 " Note: A version 2 tag will NOT be added unless one of the input fields\n"
656 " won't fit in a version 1 tag (e.g. the title string is longer than 30\n"
905 display_bitrate(FILE * const fp, const char *const version, const int d, const int indx)
915 "bitrates (kbps):", version, 32 / d, 48 / d, 44.1 / d);
1530 /* Ugly, NOT final version */
1991 T_ELIF2("version", "license")