Dactyloidae/third_party/aom/usage_cx.dox
trav90 48f6d2e034 Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
2019-02-16 00:17:30 +08:00

9 lines
223 B
Text

/*! \page usage_encode Encoding
The aom_codec_encode() function is at the core of the encode loop. It
processes raw images passed by the application, producing packets of
compressed data.
\ref samples
*/