]> git.sesse.net Git - vlc/commit
Add new module_FindName function to find a module when given it's name. Use this...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 22 Aug 2007 22:08:54 +0000 (22:08 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 22 Aug 2007 22:08:54 +0000 (22:08 +0000)
commit7bc113557a70b055540f9f9fb0a2d661ded7d97e
treecfdbff641076271d0b76aaa89458ff732db69867
parent4de1a9ca8ed0e608e285000f1d49b72ee242df8a
Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters).
Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
include/vlc_modules.h
modules/codec/subtitles/subsdec.c
modules/gui/qt4/components/extended_panels.cpp
src/modules/modules.c