]> git.sesse.net Git - vlc/blobdiff - doc/developer/decoders.xml
* ./doc/developer/decoders.xml: fixed a typo preventing compilation.
[vlc] / doc / developer / decoders.xml
index 157bb0aaa09b71f7434875a10ba80a7796428072..42b32792f64fe02f541e841fe73a52f17d706968 100644 (file)
@@ -24,11 +24,11 @@ chapters.
 
     <para>
 The input thread spawns the appropriate decoder modules from <filename>
-src/input/input_dec.c</filename>. The <function>Dec_CreateThread</funcion>
+src/input/input_dec.c</filename>. The <function>Dec_CreateThread</function>
 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>