diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-02-08 02:10:58 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-02-08 02:10:58 +0000 |
commit | 2e01aa74ccd6a4d559f9b0cea2db95d6ccf7d696 (patch) | |
tree | fa6b86a52073761009de310496c6a1203d179282 | |
parent | fab5dbcd8984ad54eb8a11695d93b40463e5af15 (diff) | |
download | xine-lib-2e01aa74ccd6a4d559f9b0cea2db95d6ccf7d696.tar.gz xine-lib-2e01aa74ccd6a4d559f9b0cea2db95d6ccf7d696.tar.bz2 |
Add a little documentation for XINE_LANG_MAX.
CVS patchset: 8591
CVS date: 2007/02/08 02:10:58
-rw-r--r-- | include/xine.h.in | 4 |
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, |