[vlc-devel] commit: activex plugin: looks like this was missing. (JP Dinger )

git version control git at videolan.org
Wed May 27 10:43:27 CEST 2009


vlc | branch: master | JP Dinger <jpd at videolan.org> | Wed May 27 10:19:52 2009 +0200| [d5294ea5ade509d695138ac064e8aa9102048fad] | committer: JP Dinger 

activex plugin: looks like this was missing.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5294ea5ade509d695138ac064e8aa9102048fad
---

 projects/activex/supporterrorinfo.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/projects/activex/supporterrorinfo.cpp b/projects/activex/supporterrorinfo.cpp
index 531a567..debc044 100644
--- a/projects/activex/supporterrorinfo.cpp
+++ b/projects/activex/supporterrorinfo.cpp
@@ -39,6 +39,7 @@ STDMETHODIMP VLCSupportErrorInfo::InterfaceSupportsErrorInfo(REFIID  riid)
      || (riid == IID_IVLCPlaylist)
      || (riid == IID_IVLCPlaylistItems)
      || (riid == IID_IVLCVideo)
+     || (riid == IID_IVLCSubtitle)
      || (riid == IID_IVLCControl2) )
     {
         return S_OK;




More information about the vlc-devel mailing list