diff options
Diffstat (limited to 'src/libmad/frame.h')
-rwxr-xr-x | src/libmad/frame.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libmad/frame.h b/src/libmad/frame.h index b68777168..270420ab8 100755 --- a/src/libmad/frame.h +++ b/src/libmad/frame.h @@ -1,6 +1,6 @@ /* * libmad - MPEG audio decoder library - * Copyright (C) 2000-2001 Robert Leslie + * Copyright (C) 2000-2004 Underbit Technologies, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: frame.h,v 1.2 2002/04/30 18:46:58 miguelfreitas Exp $ + * $Id: frame.h,v 1.3 2004/04/22 00:22:36 miguelfreitas Exp $ */ # ifndef LIBMAD_FRAME_H @@ -42,7 +42,8 @@ enum mad_mode { enum mad_emphasis { MAD_EMPHASIS_NONE = 0, /* no emphasis */ MAD_EMPHASIS_50_15_US = 1, /* 50/15 microseconds emphasis */ - MAD_EMPHASIS_CCITT_J_17 = 3 /* CCITT J.17 emphasis */ + MAD_EMPHASIS_CCITT_J_17 = 3, /* CCITT J.17 emphasis */ + MAD_EMPHASIS_RESERVED = 2 /* unknown emphasis */ }; struct mad_header { |