]> git.sesse.net Git - vlc/commit
asx.c: change reallocating to doupling instead of adding just 1024
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 12 Oct 2009 13:33:12 +0000 (16:33 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 13 Oct 2009 08:52:23 +0000 (11:52 +0300)
commit1acdfadc2a9500b29b7bb73ef3100a7fbeeed955
treebddf0812d3b12d35d0d42d64b5c83ae48a1e29e2
parent5094ecde1ca8929d1ffba9f9f43e2fcc2b106c9b
asx.c: change reallocating to doupling instead of adding just 1024

Also change comparing stream size from (<=0 && < 16384) to (<=0 && >16384)
modules/demux/playlist/asx.c