Index: source/libvpx/usage.dox |
diff --git a/source/libvpx/usage.dox b/source/libvpx/usage.dox |
index 237b8dc42bf2aa92166942afd3dda6f6ec34e242..6bfca3bc80562d0f1e16d201493bccd3a92c699d 100644 |
--- a/source/libvpx/usage.dox |
+++ b/source/libvpx/usage.dox |
@@ -80,8 +80,11 @@ |
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 encoder |
+ - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) |
+ - #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 |