diff options
Diffstat (limited to 'media/libaom/src/usage_cx.dox')
-rw-r--r-- | media/libaom/src/usage_cx.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media/libaom/src/usage_cx.dox b/media/libaom/src/usage_cx.dox new file mode 100644 index 000000000..51b4e8e3e --- /dev/null +++ b/media/libaom/src/usage_cx.dox @@ -0,0 +1,9 @@ +/*! \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 + +*/ |