]> git.sesse.net Git - vlc/blobdiff - doc/developer/decoders.xml
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
[vlc] / doc / developer / decoders.xml
index 157bb0aaa09b71f7434875a10ba80a7796428072..82fc7482f0f2496f296855edbdb2f5995edda1aa 100644 (file)
@@ -27,8 +27,8 @@ The input thread spawns the appropriate decoder modules from <filename>
 src/input/input_dec.c</filename>. The <function>Dec_CreateThread</funcion>
 function selects the more accurate decoder module. Each decoder module 
 looks at decoder_config.i_type and returns a score [ see the modules 
-section ]. It then launches <function> module.pf_RunThread()</function>, 
-with an <type>decoder_config_t</type>, described in <filename> 
+section ]. It then launches <function> module.pf_run()</function>, 
+with a <type>decoder_config_t</type>, described in <filename> 
 include/input_ext-dec.h</filename>.
     </para>