X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=usage.dox;h=88235202d17fcbeaf216ec84d03b25b075467e46;hb=8099220e6c5e2cc8c857f85e1429d857c87a6f2a;hp=237b8dc42bf2aa92166942afd3dda6f6ec34e242;hpb=c0ade1ce9aef2806ea0063cdb0ddfe2d6841c3c7;p=libvpx diff --git a/usage.dox b/usage.dox index 237b8dc42..88235202d 100644 --- a/usage.dox +++ b/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 @@ -80,10 +80,13 @@ The available initialization methods are: - \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif - \if multi-encoder - #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver()) \endif - \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif - + \if encoder + \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 \section usage_errors Error Handling