]> granicus.if.org Git - libvpx/blobdiff - usage.dox
Merge "mips msa optimize vpx_scaled_2d function"
[libvpx] / usage.dox
index 6bfca3bc80562d0f1e16d201493bccd3a92c699d..88235202d17fcbeaf216ec84d03b25b075467e46 100644 (file)
--- a/usage.dox
+++ b/usage.dox
     - \ref usage_init
     - \ref usage_errors
 
-    Fore more information on decoder and encoder specific usage, see the
+    For more information on decoder and encoder specific usage, see the
     following pages:
     \if decoder
-    - \subpage usage_decode
+    \li \subpage usage_decode
     \endif
-    \if decoder
-    - \subpage usage_encode
+    \if encoder
+    \li \subpage usage_encode
     \endif
 
     \section usage_types Important Data Types
 
     The available initialization methods are:
     \if encoder
-     - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
-     - #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
-     .
+    \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
+    \li #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
+    \endif
+    \if decoder
+    \li #vpx_codec_dec_init (calls vpx_codec_dec_init_ver())
     \endif
-    \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif
-
 
 
     \section usage_errors Error Handling