Ignore:
Timestamp:
11/04/06 16:45:41 (18 years ago)
Author:
zorg
Message:

Remove tag guessing from filename on unix. Remove now uneeded 'writetags' option. Add Changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/trunk/src/mppenc.c

    r98 r99  
    4444int           APE_Version     = 2000;
    4545int           LowDelay        = 0;
    46 Bool_t        EnableTags      = 0;
    4746Bool_t        IsEndBeep       = 0;
    4847
     
    221220             "                   abstract, bibliography, introplay, media, language, ...\n"
    222221             "  --unicode        unicode input from console\n"
    223              "  --writetags      enable tags                              (dflt: off)\n"
    224222             "\n" );
    225223
     
    11921190        else if ( 0 == strcmp ( arg, "unicode") ) {                                  // no tag conversion
    11931191            NoUnicode = 0;
    1194         }
    1195         else if ( 0 == strcmp ( arg, "writetags") ) {
    1196             EnableTags = 1;
    11971192        }
    11981193        else if ( 0 == strcmp ( arg, "lowdelay") ) {
     
    18761871    UpdateHeader ( OutputFile, LastValidFrame, LastValidSamples );
    18771872
    1878     if(EnableTags)
    1879         FinalizeTags ( OutputFile, APE_Version );
     1873    FinalizeTags ( OutputFile, APE_Version );
    18801874    fclose ( OutputFile );
    18811875    fclose ( Wave.fp );
Note: See TracChangeset for help on using the changeset viewer.