Lines Matching defs:nogap
740 " --nogap <file1> <file2> <...>\n"
743 " output dir for gapless encoding (must precede --nogap)\n"
1553 int nogap = 0;
2069 T_ELIF("nogap")
2070 nogap = 1;
2470 if (nogap) {
2478 ("Error: 'nogap option'. Calling program does not allow nogap option, or\n"
2479 "you have exceeded maximum number of input files for the nogap option\n");
2511 error_printf("combination of nogap and decode not supported!\n");
2526 if (count_nogap > 0) { /* in case of nogap encode */
2546 /* disable VBR tags with nogap unless the VBR tags are forced */
2547 if (nogap && lame_get_bWriteVbrTag(gfp) && nogap_tags == 0) {
2548 console_printf("Note: Disabling VBR Xing/Info tag since it interferes with --nogap\n");