ea74c1d78b
use \li to separate the list items contained in conditionals. this avoids the encode page becoming a sub-item of decode; likely a problem in <1.8.3. + fix encoder conditional, spelling error + correct encode page name to match decode 'Encoding' Change-Id: I67890f52bed8e708bad63fb8819a074e0beff2ca
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
/*! \page usage_encode Encoding
|
|
|
|
The vpx_codec_encode() function is at the core of the encode loop. It
|
|
processes raw images passed by the application, producing packets of
|
|
compressed data. The <code>deadline</code> parameter controls the amount
|
|
of time in microseconds the encoder should spend working on the frame. For
|
|
more information on the <code>deadline</code> parameter, see
|
|
\ref usage_deadline.
|
|
|
|
|
|
\ref samples
|
|
|
|
*/
|