Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: source/libvpx/usage.dox

Issue 1019863002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/test/vpxdec.sh ('k') | source/libvpx/usage_cx.dox » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/usage.dox
diff --git a/source/libvpx/usage.dox b/source/libvpx/usage.dox
index 6bfca3bc80562d0f1e16d201493bccd3a92c699d..88235202d17fcbeaf216ec84d03b25b075467e46 100644
--- a/source/libvpx/usage.dox
+++ b/source/libvpx/usage.dox
@@ -12,13 +12,13 @@
- \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
@@ -81,12 +81,12 @@
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
« no previous file with comments | « source/libvpx/test/vpxdec.sh ('k') | source/libvpx/usage_cx.dox » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698