diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-10 00:54:25 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-10 00:54:25 +0000 |
commit | 17c0d3aed1f09676ee97da972e01e7dfa35a97b6 (patch) | |
tree | fd1632d715720da8b8d9f2610ccd28f0defea5bf /include | |
parent | 31aa4a19da2de6bf3299d64a73bc2a1d39a0474a (diff) | |
download | xine-lib-17c0d3aed1f09676ee97da972e01e7dfa35a97b6.tar.gz xine-lib-17c0d3aed1f09676ee97da972e01e7dfa35a97b6.tar.bz2 |
- remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for that
- make sure that the strings copied with strncpy are null-terminated
- fix HAVE_STDLIB_H warning compiling the MNG demuxer
CVS patchset: 5883
CVS date: 2003/12/10 00:54:25
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index ec85ac583..e603cb2b9 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.109 2003/12/09 23:55:11 hadess Exp $ + * $Id: xine.h.in,v 1.110 2003/12/10 00:54:25 hadess Exp $ * * public xine-lib (libxine) interface and documentation * @@ -793,8 +793,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 -#define XINE_LANG_LABEL_MAX_SIZE 128 +#define XINE_LANG_MAX 128 /* * get position / length information |