[vlc-commits] demux:asf: fix typo

Steve Lhomme git at videolan.org
Thu Jun 7 11:53:39 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 */



More information about the vlc-commits mailing list