vlc | branch: master | Marton Balint <[email protected]> | 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 <[email protected]>

> 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++ )

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

Reply via email to