Changeset 274 for libmpcdec/trunk/src/sample.cpp
- Timestamp:
- 04/17/07 21:28:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/trunk/src/sample.cpp
r6 r274 316 316 } 317 317 318 printf("Total samples decoded: %u.\n", total_samples); 318 319 if (successful) { 319 printf("\nFinished.\nTotal samples decoded: %u.\n", total_samples);320 320 unsigned ms = (end - begin) * 1000 / CLOCKS_PER_SEC; 321 321 unsigned ratio =
Note: See TracChangeset
for help on using the changeset viewer.