Mercurial > mplayer.hg
comparison mmx_defs.h @ 9130:8a0a93d6b4c3
In mp3lib/sr1.c, look at the line 226:
if(fr->sampling_frequency>8) return FALSE; // valid: 0..8
which allows fr->sampling_frequency to go up to 8.
Obviously, the code does not bother about what would happen if
fr->sampling_frequency lies in the range [3,8].
patch from Nilmoni Deb, Nick?, Rich
author | arpi |
---|---|
date | Tue, 28 Jan 2003 00:25:38 +0000 |
parents | e9bd97d5c5cc |
children |
comparison
equal
deleted
inserted
replaced
9129:6ecc0b5c08cb | 9130:8a0a93d6b4c3 |
---|