blob: 15c431f3a5a809628453f96cd82b559daa81548c (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* Simple LAME context free functions:
*
* - should not contain gfc or gfp
* - should not call other functions not defined
* in this module (or libc functions)
*
* Otherwise util.c is the right place.
*/
|