Backed out changeset 0a133d5fd155 (bug 1864534) for causing screenshot related failur...
[gecko.git] / third_party / aom / usage_cx.dox
blob51b4e8e3e240ff21fd9e54f6dedf0abbd01b93b2
1 /*! \page usage_encode Encoding
3     The aom_codec_encode() function is at the core of the encode loop. It
4     processes raw images passed by the application, producing packets of
5     compressed data.
7     \ref samples
9 */