Ignore:
Timestamp:
02/08/07 14:29:39 (17 years ago)
Author:
r2d
Message:
  • added sv7 to sv8 conversion utility (still work to do, but able to convert basic files)
  • moved libmpcenc functions prototypes in libmpcenc.h
  • removed global variables from encode_sv7 (put in mpc_encoder_t)
File:
1 edited

Legend:

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

    r195 r203  
    183183
    184184        if (d->samples_to_skip) {
    185                 if (i->samples < d->samples_to_skip) {
     185                if (i->samples <= d->samples_to_skip) {
    186186                        d->samples_to_skip -= i->samples;
    187187                        i->samples = 0;
Note: See TracChangeset for help on using the changeset viewer.