Mercurial > mplayer.hg
view TOOLS/realcodecs/HOWTO @ 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 | 86c478bea7ce |
children | 7f9b2b26e905 |
line wrap: on
line source
HOW TO get these capturers/wrappers to work: - set the path to the codecs in the C file - compile it with the script - the orig. codecs are prepended by a "real" -> e.g. realcook.so.6.0 - the capturer get the old name, e.g. cook.so.6.0