[vlc-commits] Fix typo in mms asf extended stream parser

Marton Balint git at videolan.org
Sat Feb 19 22:07:33 CET 2011


vlc | branch: master | Marton Balint <cus at fazekas.hu> | Sat Feb 19 22:01:34 2011 +0100| [dd3d1962db04a7d2c5e790056edc986ed527ec34] | committer: Jean-Baptiste Kempf

Fix typo in mms asf extended stream parser

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/access/mms/asf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/mms/asf.c b/modules/access/mms/asf.c
index cc7138f..3109220 100644
--- a/modules/access/mms/asf.c
+++ b/modules/access/mms/asf.c
@@ -123,7 +123,7 @@ void  asf_HeaderParse ( asf_header_t *hdr,
                 i_len = var_buffer_get16( &buffer );
                 var_buffer_getmemory( &buffer, NULL, i_len );
 
-                i_subsize = 4 + i_len;
+                i_subsize += 4 + i_len;
             }
 
             for( i = 0; i < i_count2; i++ )



More information about the vlc-commits mailing list