2 * A collection of LAME Error Codes
4 * Please use the constants defined here instead of some arbitrary
5 * values. Currently the values starting at -10 to avoid intersection
6 * with the -1, -2, -3 and -4 used in the current code.
8 * May be this should be a part of the include/lame.h.
14 LAME_GENERICERROR = -1,
16 LAME_BADBITRATE = -11,
17 LAME_BADSAMPFREQ = -12,
18 LAME_INTERNALERROR = -13,
20 FRONTEND_READERROR = -80,
21 FRONTEND_WRITEERROR = -81,
22 FRONTEND_FILETOOLARGE = -82,
26 /* end of lameerror.h */