]> git.sesse.net Git - vlc/commitdiff
Fix IVLCVideo.teletext binding
authorthannoy@actech-innovation.com <thannoy@actech-innovation.com>
Thu, 27 Mar 2008 15:43:50 +0000 (16:43 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 11 Apr 2008 15:02:57 +0000 (17:02 +0200)
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
projects/activex/axvlc.idl

index 5f0f3e63ea379c5fbb1320c6cc0b36fc2806eec6..66338998d943b0cd8ecf8de0e019b23e8cb70360 100644 (file)
@@ -435,9 +435,9 @@ library AXVLC
         HRESULT crop([in] BSTR geometry);\r
 \r
         [propget, helpstring("Returns teletext page used.")]\r
-        HRESULT subtitle([out, retval] long* page);\r
+        HRESULT teletext([out, retval] long* page);\r
         [propput, helpstring("Sets teletext page to use.")]\r
-        HRESULT subtitle([in] long page);\r
+        HRESULT teletext([in] long page);\r
 \r
         [helpstring("toggle fullscreen/windowed state.")]\r
         HRESULT toggleFullscreen();\r