From 2e01aa74ccd6a4d559f9b0cea2db95d6ccf7d696 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 8 Feb 2007 02:10:58 +0000 Subject: Add a little documentation for XINE_LANG_MAX. CVS patchset: 8591 CVS date: 2007/02/08 02:10:58 --- include/xine.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3