From: Sam Hocevar Date: Wed, 10 Apr 2002 00:05:04 +0000 (+0000) Subject: * ./doc/developer/decoders.xml: fixed a typo preventing compilation. X-Git-Tag: 0.3.1~24 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4df58cdff7f2040806db6950d72a45b1de91efb9;p=vlc * ./doc/developer/decoders.xml: fixed a typo preventing compilation. --- diff --git a/ChangeLog b/ChangeLog index efba9e9bc5..da75747d18 100644 --- 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. diff --git a/doc/developer/decoders.xml b/doc/developer/decoders.xml index 82fc7482f0..42b32792f6 100644 --- a/doc/developer/decoders.xml +++ b/doc/developer/decoders.xml @@ -24,7 +24,7 @@ chapters. The input thread spawns the appropriate decoder modules from -src/input/input_dec.c. The Dec_CreateThread +src/input/input_dec.c. The Dec_CreateThread 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 module.pf_run(),