]> git.sesse.net Git - vlc/commit
Hide object reference counter.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Sep 2007 14:01:24 +0000 (14:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Sep 2007 14:01:24 +0000 (14:01 +0000)
commite0784be1ce6d3f6a1b34f7f3a47707e3a9887a4f
treecc06fd1442add1cfb93c3a372802ce8f19bbf722
parent02102ee36ffbd8d7adc243db38bd4856a29426db
Hide object reference counter.
Good news is, no plugins used it anyway.
Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely).
include/vlc_common.h
src/control/media_instance.c
src/input/vlm.c
src/libvlc.h
src/misc/objects.c
src/osd/osd.c