Commit 4df58cdf authored by Sam Hocevar's avatar Sam Hocevar

  * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
parent fe7ab73a
......@@ -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.
......
......@@ -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>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment