[xiph-commits] r3349 - libfishsound/branches/1.0-stable/include/fishsound

conrad at svn.annodex.net conrad at svn.annodex.net
Sat Jan 12 02:11:52 PST 2008


Author: conrad
Date: 2008-01-12 02:11:52 -0800 (Sat, 12 Jan 2008)
New Revision: 3349

Modified:
   libfishsound/branches/1.0-stable/include/fishsound/fishsound.h
Log:
update remaining FLAC mention in docs


Modified: libfishsound/branches/1.0-stable/include/fishsound/fishsound.h
===================================================================
--- libfishsound/branches/1.0-stable/include/fishsound/fishsound.h	2008-01-12 10:10:08 UTC (rev 3348)
+++ libfishsound/branches/1.0-stable/include/fishsound/fishsound.h	2008-01-12 10:11:52 UTC (rev 3349)
@@ -440,8 +440,9 @@
  * Identify a codec based on the first few bytes of data.
  * \param buf A pointer to the first few bytes of the data
  * \param bytes The count of bytes available at buf
- * \retval FISH_SOUND_xxxxxx FISH_SOUND_VORBIS, FISH_SOUND_SPEEX if
- * \a buf was identified as the initial bytes of a supported codec
+ * \retval FISH_SOUND_xxxxxx FISH_SOUND_VORBIS, FISH_SOUND_SPEEX or
+ * FISH_SOUND_FLAC if \a buf was identified as the initial bytes of a
+ * supported codec
  * \retval FISH_SOUND_UNKNOWN if the codec could not be identified
  * \retval FISH_SOUND_ERR_SHORT_IDENTIFY if \a bytes is less than 8
  * \note If \a bytes is exactly 8, then only a weak check is performed,



More information about the commits mailing list