]> git.sesse.net Git - vlc/commit
Store the object type name rather than object type ID within log messages.
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Mar 2008 21:14:57 +0000 (23:14 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Mar 2008 21:14:57 +0000 (23:14 +0200)
commit6c52c72bfbfb9c63fd1fb6e2b7e762fbabf49591
tree6c7be518e8a430c89c12152a29b0499caf84e5bd
parent7b7d2516fcb4a501a923557ca1f9ffb5f1c77ccd
Store the object type name rather than object type ID within log messages.

This remove the triplicated id to name conversion and saves many lookups.
It also removes the obnoxious "private" messages.
include/vlc_messages.h
modules/gui/beos/MessagesWindow.cpp
src/control/log.c
src/libvlc.sym
src/misc/messages.c