diff options
author | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-09-11 13:24:25 +0000 |
---|---|---|
committer | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-09-11 13:24:25 +0000 |
commit | 077166d2533d50a023465dd578d9c3f99d271b39 (patch) | |
tree | dc77efca009904affd5fae73f412232f6e5a9f3c | |
parent | eb613ac0854b3a88b5d1e4f9d15c59ae7520c524 (diff) | |
download | xine-lib-077166d2533d50a023465dd578d9c3f99d271b39.tar.gz xine-lib-077166d2533d50a023465dd578d9c3f99d271b39.tar.bz2 |
define XINE_LANG_MAX in xine.h.in \m Used for Strings that contain the language of a spu/audio stream
CVS patchset: 5355
CVS date: 2003/09/11 13:24:25
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index b88e73b20..f7629ea8c 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.93 2003/08/26 21:18:32 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.94 2003/09/11 13:24:25 heinchen Exp $ * * public xine-lib (libxine) interface and documentation * @@ -785,6 +785,7 @@ int xine_get_audio_lang (xine_stream_t *stream, int channel, char *lang); int xine_get_spu_lang (xine_stream_t *stream, int channel, char *lang); +#define XINE_LANG_MAX 32 /* * get position / length information |