[vlc-devel] commit: Fix IVLCVideo.teletext binding (thannoy at actech-innovation.com )
git version control
git at videolan.org
Fri Apr 11 17:02:25 CEST 2008
vlc | branch: master | thannoy at actech-innovation.com <thannoy at actech-innovation.com> | Thu Mar 27 16:43:50 2008 +0100| [adf0cc35ebf4b17180945006cfed4ea931e4621e]
Fix IVLCVideo.teletext binding
Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adf0cc35ebf4b17180945006cfed4ea931e4621e
---
projects/activex/axvlc.idl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/activex/axvlc.idl b/projects/activex/axvlc.idl
index 5f0f3e6..6633899 100644
--- a/projects/activex/axvlc.idl
+++ b/projects/activex/axvlc.idl
@@ -435,9 +435,9 @@ library AXVLC
HRESULT crop([in] BSTR geometry);
[propget, helpstring("Returns teletext page used.")]
- HRESULT subtitle([out, retval] long* page);
+ HRESULT teletext([out, retval] long* page);
[propput, helpstring("Sets teletext page to use.")]
- HRESULT subtitle([in] long page);
+ HRESULT teletext([in] long page);
[helpstring("toggle fullscreen/windowed state.")]
HRESULT toggleFullscreen();
More information about the vlc-devel
mailing list