[xiph-commits] r3886 - libfishsound/trunk/include/fishsound

conrad at svn.annodex.net conrad at svn.annodex.net
Wed Mar 18 20:56:23 PDT 2009


Author: conrad
Date: 2009-03-18 20:56:22 -0700 (Wed, 18 Mar 2009)
New Revision: 3886

Modified:
   libfishsound/trunk/include/fishsound/deprecated.h
Log:
Remove redundant copy of fish_sound_set_interleave() declaration,
and fix a typo in its documentation

Modified: libfishsound/trunk/include/fishsound/deprecated.h
===================================================================
--- libfishsound/trunk/include/fishsound/deprecated.h	2009-03-19 02:21:49 UTC (rev 3885)
+++ libfishsound/trunk/include/fishsound/deprecated.h	2009-03-19 03:56:22 UTC (rev 3886)
@@ -42,27 +42,6 @@
 #endif
 
 /**
- * DEPRECATED FUNCTION.
- * Set the PCM format used by a FishSound object. The default value is
- * non-interleaved.
- * Prior to libfishsound 0.7.0, you would (optionally) specify whether you
- * wanted to receive interleaved or per-channel PCM data using
- * fish_sound_set_interleave(), the default being per-channel
- * (non-interleaved) PCM.
- * Whether or not your decoded callback expects interleaved or
- * non-interleaved data is now implied by the particular
- * fish_sound_set_decoded_TYPE() method you use to set it, such as
- * fish_sound_set_decoded_float() or fish_sound_set_decode_float_ilv().
- *
- * \param fsound A FishSound* handle
- * \param interleave Whether to use interleaved PCM or not. Valid values are
- * 0 for non-interleaved, and 1 for interleaved.
- * \retval 0 Success
- * \retval -1 Invalid \a fsound
- */
-int fish_sound_set_interleave (FishSound * fsound, int interleave);
-
-/**
  * DEPRECATED TYPE.
  * Signature of a callback for libfishsound to call when it has decoded
  * PCM audio data, and you want this provided as floats using the current
@@ -99,7 +78,7 @@
  * Whether or not your decoded callback expects interleaved or
  * non-interleaved data is now implied by the particular
  * fish_sound_set_decoded_TYPE() method you use to set it, such as
- * fish_sound_set_decoded_float() or fish_sound_set_decode_float_ilv().
+ * fish_sound_set_decoded_float() or fish_sound_set_decoded_float_ilv().
  *
  * \param fsound A FishSound* handle
  * \param interleave Whether to use interleaved PCM or not. Valid values are



More information about the commits mailing list