]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mmsh.h
Fix warning
[vlc] / modules / access / mms / mmsh.h
index de43734de9c9222f62765658c2b638e6f0fa76fe..dc29b4e53ff87ebe8c7c0a7e3f69f71ee84a2b90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mmsh.h:
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
+ * Copyright (C) 2001, 2002 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 typedef struct
@@ -58,7 +58,7 @@ struct access_sys_t
     unsigned int    i_packet_used;
     unsigned int    i_packet_length;
 
-    off_t           i_pos;
+    int64_t         i_start;
 
     asf_header_t    asfh;
     guid_t          guid;