Skip to content

Commit

Permalink
add lame_errorcodes_t
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 15, 2012
1 parent c81aa22 commit 147a9d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/node_lame.cc
Expand Up @@ -318,6 +318,14 @@ void InitLame(Handle<Object> target) {
CONST_INT(PAD_ADJUST);
// Maximum size of an album art
CONST_INT(LAME_MAXALBUMART);
// lame_errorcodes_t
CONST_INT(LAME_OKAY);
CONST_INT(LAME_NOERROR);
CONST_INT(LAME_GENERICERROR);
CONST_INT(LAME_NOMEM);
CONST_INT(LAME_BADBITRATE);
CONST_INT(LAME_BADSAMPFREQ);
CONST_INT(LAME_INTERNALERROR);


// Functions
Expand Down

0 comments on commit 147a9d5

Please sign in to comment.