Fix definition of SF_STR_LAST and update SF_STR_* related docs.

This commit is contained in:
Erik de Castro Lopo 2011-06-23 19:34:33 +10:00
parent fa0d33f933
commit 7e7bd97b6c
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-06-23 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/sndfile.h.in doc/api.html
Fix definition of SF_STR_LAST and update SF_STR_* related docs. Thanks to
Tim van der Molen for the patch.
2011-06-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* programs/sndfile-interleave.c

View File

@ -692,7 +692,11 @@ The <B>str_type</B> parameter can be any one of the following string types:
SF_STR_SOFTWARE,
SF_STR_ARTIST,
SF_STR_COMMENT,
SF_STR_DATE
SF_STR_DATE,
SF_STR_ALBUM,
SF_STR_LICENSE,
SF_STR_TRACKNUMBER,
SF_STR_GENRE
} ;
</PRE>

View File

@ -232,7 +232,7 @@ enum
*/
#define SF_STR_FIRST SF_STR_TITLE
#define SF_STR_LAST SF_STR_LICENSE
#define SF_STR_LAST SF_STR_GENRE
enum
{ /* True and false */