]> git.sesse.net Git - vlc/commitdiff
* ./doc/developer/decoders.xml: fixed a typo preventing compilation.
authorSam Hocevar <sam@videolan.org>
Wed, 10 Apr 2002 00:05:04 +0000 (00:05 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 10 Apr 2002 00:05:04 +0000 (00:05 +0000)
ChangeLog
doc/developer/decoders.xml

index efba9e9bc5e097be471f47c4b7c1153af6e18f37..da75747d18544634079a1fdda142410f4e1ab860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 
 HEAD
 
+  * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
   * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
   * ./plugins/aa/aa.c: a few simplifications in the code.
   * ./configure.in: wrote a better test for libdvdread detection.
index 82fc7482f0f2496f296855edbdb2f5995edda1aa..42b32792f64fe02f541e841fe73a52f17d706968 100644 (file)
@@ -24,7 +24,7 @@ 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_run()</function>,