git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
90a3b63
)
* asf : fix display time.
author
Laurent Aimar
<fenrir@videolan.org>
Mon, 25 Aug 2003 23:36:16 +0000
(23:36 +0000)
committer
Laurent Aimar
<fenrir@videolan.org>
Mon, 25 Aug 2003 23:36:16 +0000
(23:36 +0000)
modules/demux/asf/asf.c
patch
|
blob
|
history
diff --git
a/modules/demux/asf/asf.c
b/modules/demux/asf/asf.c
index
118d6ae
..
6118a23
100644
(file)
--- a/
modules/demux/asf/asf.c
+++ b/
modules/demux/asf/asf.c
@@
-2,7
+2,7
@@
* asf.c : ASFv01 file input module for vlc
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* asf.c : ASFv01 file input module for vlc
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
- * $Id: asf.c,v 1.3
5 2003/08/22 20:32:27
fenrir Exp $
+ * $Id: asf.c,v 1.3
6 2003/08/25 23:36:16
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
@@
-334,7
+334,7
@@
static int Open( vlc_object_t * p_this )
if( p_sys->p_fp->i_data_packets_count > 0 )
{
int64_t i_count;
if( p_sys->p_fp->i_data_packets_count > 0 )
{
int64_t i_count;
- int64_t i_size = stream_
Tell
( p_sys->s );
+ int64_t i_size = stream_
Size
( p_sys->s );
if( p_sys->i_data_end > 0 && i_size > p_sys->i_data_end )
{
if( p_sys->i_data_end > 0 && i_size > p_sys->i_data_end )
{