mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
Fix definition of SF_STR_LAST and update SF_STR_* related docs.
This commit is contained in:
parent
fa0d33f933
commit
7e7bd97b6c
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user