Ignore:
Timestamp:
03/25/08 16:31:41 (16 years ago)
Author:
r2d
Message:
  • added mpcchap utility to add (and later dump) chapters in a sv8 mpc file
  • moved tag.c from mpcenc to common, as used by mpcchap
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcenc/mpcenc.c

    r348 r384  
    17681768    ShowProgress (&m, SamplesInWAVE, SamplesInWAVE, e.outputBits );
    17691769
    1770     FinalizeTags ( e.outputFile, APE_Version );
     1770    FinalizeTags ( e.outputFile, APE_Version, 0 );
    17711771    fclose ( e.outputFile );
    17721772    fclose ( Wave.fp );
Note: See TracChangeset for help on using the changeset viewer.