]> granicus.if.org Git - libvpx/blobdiff - usage_cx.dox
Merge "VP9 motion vector unit test"
[libvpx] / usage_cx.dox
index 980a03461293b9383646f516748a60090ddd731c..92b0d34ef4d59197684f96e7649368c9b59320b2 100644 (file)
@@ -1,6 +1,6 @@
-/*! \page usage_encode Encode
+/*! \page usage_encode Encoding
 
-    The vpx_codec_encode() function is at the core of the decode loop. It
+    The vpx_codec_encode() function is at the core of the encode loop. It
     processes raw images passed by the application, producing packets of
     compressed data. The <code>deadline</code> parameter controls the amount
     of time in microseconds the encoder should spend working on the frame. For
@@ -10,5 +10,4 @@
 
     \ref samples
 
-
 */