]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
Remove unused structures from vlc_common.h
[vlc] / include / vlc_stream.h
index fdaa37f2dd8b7228278dd5c9a2fd3a953e554286..6cff3b3b73a12db775f01df0759cbf74f59a7bc8 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_stream.h
+ * vlc_stream.h: Stream (between access and demux) descriptor and methods
  *****************************************************************************
  * Copyright (C) 1999-2004 the VideoLAN team
  * $Id$
@@ -72,6 +72,11 @@ struct stream_t
     void     (*pf_destroy)( stream_t *);
 
     stream_sys_t *p_sys;
+
+    /* UTF-16 and UTF-32 file reading */
+    vlc_iconv_t     conv;
+    int             i_char_width;
+    vlc_bool_t      b_little_endian;
 };
 
 /**