summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index c9ca409fc..b01d6adc7 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,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: xine.h.in,v 1.162 2006/12/21 00:09:18 dsalt Exp $
+ * $Id: xine.h.in,v 1.163 2007/02/08 02:10:58 dsalt Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -843,6 +843,8 @@ int xine_get_status (xine_stream_t *stream) XINE_PROTECTED;
* try to find out audio/spu language of given channel
* (use -1 for current channel)
*
+ * lang must point to a buffer of at least XINE_LANG_MAX bytes
+ *
* returns 1 on success, 0 on failure
*/
int xine_get_audio_lang (xine_stream_t *stream, int channel,