[vlc-commits] demux: asf: fix extension boundary
    Francois Cartegnie 
    git at videolan.org
       
    Mon Feb 13 17:23:10 CET 2017
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 13 16:47:19 2017 +0100| [96a30e94833045337ad3061b44824d343e6078e0] | committer: Francois Cartegnie
demux: asf: fix extension boundary
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96a30e94833045337ad3061b44824d343e6078e0
---
 modules/demux/asf/libasf.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/demux/asf/libasf.c b/modules/demux/asf/libasf.c
index 064f170..4d69a7e 100644
--- a/modules/demux/asf/libasf.c
+++ b/modules/demux/asf/libasf.c
@@ -946,6 +946,7 @@ static int ASF_ReadObject_extended_stream_properties( stream_t *s,
                 ASF_SKIP( p_ext->i_info_length );
             }
         }
+        p_esp->i_payload_extension_system_count = i;
     } else p_esp->i_payload_extension_system_count = 0;
 
     p_esp->p_sp = NULL;
    
    
More information about the vlc-commits
mailing list