]> git.sesse.net Git - vlc/commit
Add a psz_intf member to intf_thread_t. This holds the string given to module_Need...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Nov 2007 21:05:00 +0000 (21:05 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Nov 2007 21:05:00 +0000 (21:05 +0000)
commit0d3aa16a79f6cf986477328d17fb35b67adaedc1
tree06078dba97d925017a3c0c86b4272e3509e03024
parentf2ad0a9314f0a378295b075480ea9416d09cd522
Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).
include/vlc_interface.h
src/interface/interface.c