Merge "vp8_multi_resolution_encoder.c is not a generated example"
[profile/ivi/libvpx.git] / usage_cx.dox
index 980a034..62f3e45 100644 (file)
@@ -1,6 +1,6 @@
 /*! \page usage_encode Encode
 
-    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
 
-
 */