diff options
author | James Zern <jzern@google.com> | 2015-03-13 18:52:11 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2015-03-13 18:53:00 -0700 |
commit | ea74c1d78bcd8b89e6de34cf165de80f666e19b4 (patch) | |
tree | f8e028f50f0b2b7d74852278c11a43bdbac6a601 /usage_cx.dox | |
parent | 6809ecc820a44cf4b3e4c13c78c03017788b8e34 (diff) | |
download | libvpx-ea74c1d78bcd8b89e6de34cf165de80f666e19b4.tar.gz libvpx-ea74c1d78bcd8b89e6de34cf165de80f666e19b4.tar.bz2 libvpx-ea74c1d78bcd8b89e6de34cf165de80f666e19b4.zip |
usage.dox: fix encoder/decoder subpage list indent
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
Diffstat (limited to 'usage_cx.dox')
-rw-r--r-- | usage_cx.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_cx.dox b/usage_cx.dox index 62f3e450b..92b0d34ef 100644 --- a/usage_cx.dox +++ b/usage_cx.dox @@ -1,4 +1,4 @@ -/*! \page usage_encode Encode +/*! \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 |