vlc | branch: master | Steve Lhomme <[email protected]> | Thu Jun  7 10:07:02 
2018 +0200| [cdf2d498e4a01ab5906975a055fd0e53b280109d] | committer: Steve Lhomme

demux:asf: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdf2d498e4a01ab5906975a055fd0e53b280109d
---

 modules/demux/asf/asf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index c33b6fc551..af77efc1c3 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -111,7 +111,7 @@ typedef struct
 {
     mtime_t             i_time;     /* s */
     mtime_t             i_sendtime;
-    mtime_t             i_length;   /* length of file file */
+    mtime_t             i_length;   /* length of file */
     uint64_t            i_bitrate;  /* global file bitrate */
     bool                b_eos;      /* end of current stream */
     bool                b_eof;      /* end of current media */

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to