Ignore:
Timestamp:
01/03/08 23:50:40 (16 years ago)
Author:
radscorpion
Message:

Basic SV7 parsing. TODO: Construct seeking table.
!!! WARNING !!! If you compile this binary, you won't get any SV7 sound yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsfilters/demux_mpc/src/mpc_file.h

    r368 r378  
    5959        int                             seek_pwr;
    6060
     61        uint8                   true_gapless;
     62        uint8                   fast_seeking;
     63
    6164        // replay gain
    6265        float                   gain_title_db;
     
    8386        int                             extradata_size;                 // current size of extradata
    8487       
     88        int Open_SV8();
     89        int Open_SV7();
    8590public:
    8691        CMPCFile();
Note: See TracChangeset for help on using the changeset viewer.