Changeset 214


Ignore:
Timestamp:
02/13/07 12:25:46 (17 years ago)
Author:
r2d
Message:
  • there is not yet sv > 8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/streaminfo.c

    r212 r214  
    190190
    191191        si->stream_version = mpc_bits_read(&r, 8);
     192        if (si->stream_version != 8)
     193                return MPC_STATUS_INVALIDSV;
     194
    192195        mpc_bits_get_size(&r, &si->samples);
    193196        si->is_true_gapless = 1;
Note: See TracChangeset for help on using the changeset viewer.