]> git.sesse.net Git - vlc/commit
Lazy allocation of the stat structure
authorClément Stenac <zorglub@videolan.org>
Sun, 1 Oct 2006 14:24:44 +0000 (14:24 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 1 Oct 2006 14:24:44 +0000 (14:24 +0000)
commit0326005e1cb52ee615b50c545a2e9fae858a9214
treeace618d8941d3d53bd898a20a7eb7a8a2b50d7ef
parent05aad79a9ad50603531c5860c8035a89c31a0c32
Lazy allocation of the stat structure
Update stats in the input threads instead of playlist thread
include/main.h
include/vlc_input.h
include/vlc_playlist.h
src/input/input.c
src/playlist/thread.c