Ignore:
Timestamp:
01/20/07 21:43:42 (17 years ago)
Author:
r2d
Message:
  • added more precision to encoding quality information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/mpcenc.c

    r200 r201  
    16131613                                           m.SampleFreq, Wave.Channels > 2 ? 2 : Wave.Channels);
    16141614        writeBlock(&e, "SI", MPC_TRUE);
    1615         writeEncoderInfo(&e, m.MainQual, m.PNS > 0, MPPENC_MAJOR, MPPENC_MINOR,
     1615        writeEncoderInfo(&e, m.FullQual, m.PNS > 0, MPPENC_MAJOR, MPPENC_MINOR,
    16161616                                          MPPENC_IMPLEMENT, MPPENC_BUILD);
    16171617        writeBlock(&e, "EI", MPC_FALSE);
     
    16951695
    16961696        OldSilence      = Silence;
    1697         writeBitstream_SV8 ( &e, m.Max_Band, Q );                                                // write SV7-Bitstream
     1697        writeBitstream_SV8 ( &e, m.Max_Band, Q ); // write SV8-Bitstream
    16981698
    16991699        if ( (int)(time (NULL) - T) >= 0 ) {                            // output
Note: See TracChangeset for help on using the changeset viewer.