Commit dd3d1962 authored by Marton Balint's avatar Marton Balint Committed by Jean-Baptiste Kempf

Fix typo in mms asf extended stream parser

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c445424d
......@@ -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++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment