mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
deal with rewind warning
This commit is contained in:
parent
a57f270f33
commit
3717871870
@ -940,7 +940,9 @@ static int III_dequantize_sample(real xr[SBLIMIT][SSLIMIT],int *scf,
|
||||
if(part2remain > 0)
|
||||
getbits(part2remain);
|
||||
else if(part2remain < 0) {
|
||||
/*
|
||||
fprintf(stderr,"mpg123: Can't rewind stream by %d bits!\n",-part2remain);
|
||||
*/
|
||||
return 1; /* -> error */
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user