Update of /cvsroot/audacity/audacity-src/src/include
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv7211
Modified Files:
lame.h
Log Message:
Standardize on lame-3.97 for all platforms.
Index: lame.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/include/lame.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lame.h 2 Oct 2003 02:34:14 -0000 1.2
+++ lame.h 17 Mar 2007 09:32:00 -0000 1.3
@@ -17,221 +17,654 @@
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef LAME_H_INCLUDE
-#define LAME_H_INCLUDE
+
+/* $Id$ */
+
+#ifndef LAME_LAME_H
+#define LAME_LAME_H
+
[...1278 lines suppressed...]
+typedef enum {
+ LAME_OKAY = 0,
+ LAME_NOERROR = 0,
+ LAME_GENERICERROR = -1,
+ LAME_NOMEM = -10,
+ LAME_BADBITRATE = -11,
+ LAME_BADSAMPFREQ = -12,
+ LAME_INTERNALERROR = -13,
+
+ FRONTEND_READERROR = -80,
+ FRONTEND_WRITEERROR = -81,
+ FRONTEND_FILETOOLARGE = -82
+
+} lame_errorcodes_t;
+
+#if defined(__cplusplus)
+}
+#endif
+#endif /* LAME_LAME_H */
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs