Ignore:
Timestamp:
11/01/06 23:53:33 (17 years ago)
Author:
zorg
Message:

Misc cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/zorg/src/mppenc.c

    r83 r84  
    308308             "  mppenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n"
    309309             "  mppenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n"
    310              "\n"
    311              "For further information see the file 'MANUAL.TXT'.\n" );
     310             "\n");
    312311}
    313312
     
    19011900            stderr_printf ( "\n"
    19021901                            "\033[1m\rWARNING:\n"
    1903                             "\033[0m\r  There occured %u internal clippings due to a restriction of StreamVersion 7.\n"
    1904                             "  Re-encode with '--scale %.3f', or use option '--xlevel', which normally can\n"
    1905                             "  handle this situation but don't work well with old decoders.\a\n\n",
     1902                            "\033[0m\r  %u internal clippings occured due to a restriction of StreamVersion 7.\n"
     1903                            "  Re-encode with '--scale %.3f', or remove option '--noxlevel'.\a\n\n",
    19061904                            Overflows, ScalingFactorl * 32767. / MaxOverFlow - 0.0005f );
    19071905        }
     
    19091907            stderr_printf ( "\n"
    19101908                            "\033[1m\rWARNING:\n"
    1911                             "\033[0m\r  There still occured %u SCF clippings due to a restriction of StreamVersion 7.\n"
     1909                            "\033[0m\r  %u internal clippings occured due to a restriction of StreamVersion 7.\n"
    19121910                            "  Use the '--scale' method to avoid additional distortions. Note that this\n"
    19131911                            "  file already has annoying distortions due to slovenly CD mastering.\a\n\n", Overflows );
Note: See TracChangeset for help on using the changeset viewer.