]> git.sesse.net Git - vlc/blobdiff - doc/developer/video_output.xml
Add libdvdread instead of compiling it implicitly
[vlc] / doc / developer / video_output.xml
index 47a43a69bf1090d79a3190a81f5064370791cd24..f609b8db1f7c64c9e263ed4270ecc73e1cf72938 100644 (file)
@@ -126,8 +126,9 @@ and <function> vout_DatePicture </function> upon necessary.
 
       <listitem> <para> <type> subpicture_t * </type> <function>
       vout_CreateSubPicture </function> <parameter> ( vout_thread_t *p_vout,
-      int i_type, int i_size ) </parameter> :
-      Returns an allocated subpicture buffer. <parameter> i_type
+      int i_channel, int i_type ) </parameter> :
+      Returns an allocated subpicture buffer. <parameter> i_channel
+      </parameter> is the ID of the subpicture channel, <parameter> i_type
       </parameter> is <constant> DVD_SUBPICTURE </constant> or
       <constant> TEXT_SUBPICTURE</constant>, <parameter> i_size
       </parameter> is the length in bytes of the packet.
@@ -185,11 +186,6 @@ functions :
       Frees optional picture buffers.
       </para> </listitem>
 
-      <listitem> <para> <function> vout_Destroy </function> <parameter>
-      ( vout_thread_t *p_vout ) </parameter> :
-      Unmaps the window and frees all allocated resources.
-      </para> </listitem>
-
       <listitem> <para> <type> int </type> <function> vout_Manage
       </function> <parameter> ( vout_thread_t *p_vout ) </parameter> :
       Manages events (including for instance resize events).