Changeset 426
- Timestamp:
- 02/18/09 23:09:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/streaminfo.c
r425 r426 99 99 static mpc_status check_streaminfo(mpc_streaminfo * si) 100 100 { 101 if (si->max_band == 0 || si->max_band > 32101 if (si->max_band == 0 || si->max_band >= 32 102 102 || si->channels > 2) 103 103 return MPC_STATUS_FILE;
Note: See TracChangeset
for help on using the changeset viewer.