summaryrefslogtreecommitdiffstats
path: root/third_party/aom/usage_cx.dox
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 23:30:51 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-07 23:30:51 -0400
commit5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb (patch)
tree45d55e3e5e73c4255c4d71258d9be5b2d004d28f /third_party/aom/usage_cx.dox
parent50f1986697a7412e4160976fa5e11217b4ef1f44 (diff)
downloadUXP-5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb.tar
UXP-5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb.tar.gz
UXP-5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb.tar.lz
UXP-5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb.tar.xz
UXP-5545a8983ff0ef1fb52e64aef8e66fa9b13c1cbb.zip
Move aom source to a sub-directory under media/libaom
There is no damned reason to treat this differently than any other media lib given its license and there never was.
Diffstat (limited to 'third_party/aom/usage_cx.dox')
-rw-r--r--third_party/aom/usage_cx.dox9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/aom/usage_cx.dox b/third_party/aom/usage_cx.dox
deleted file mode 100644
index 51b4e8e3e..000000000
--- a/third_party/aom/usage_cx.dox
+++ /dev/null
@@ -1,9 +0,0 @@
-/*! \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
-
-*/