Ignore:
Timestamp:
04/17/07 21:28:07 (17 years ago)
Author:
zorg
Message:

Make sample app use static libraries
Fix infinite loop bug on large files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/trunk/src/sample.cpp

    r6 r274  
    316316    }
    317317
     318    printf("Total samples decoded: %u.\n", total_samples);
    318319    if (successful) {
    319         printf("\nFinished.\nTotal samples decoded: %u.\n", total_samples);
    320320        unsigned ms = (end - begin) * 1000 / CLOCKS_PER_SEC;
    321321        unsigned ratio =
Note: See TracChangeset for help on using the changeset viewer.