summaryrefslogtreecommitdiffstats
path: root/libraries/libaom/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libaom/README')
-rw-r--r--libraries/libaom/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libaom/README b/libraries/libaom/README
index 9c4873c3a6..5d92532e29 100644
--- a/libraries/libaom/README
+++ b/libraries/libaom/README
@@ -1,12 +1,12 @@
-AOMedia Video 1 (AV1) is an Open Source video codec desgined for
+AOMedia Video 1 (AV1) is an Open Source video codec designed for
video transmission over the Internet. AV1 is planned to surpass
VP9 and also to eventually be a competitor with HEVC/H.265.
-This libaom SlackBuild builds two applications:
+This libaom SlackBuild builds two 'reference' applications:
1. aomenc: an AV1 encoder
2. aomdec: an AV1 decoder
-As well as making libraries available for those who wish to build
-an AV1 encoder with a recent FFmpeg by specifying: '--enable-libaom'
-in the FFmpeg ./configure string.
+Libraries are available for those who wish to build an AV1 encoder
+(libaom-av1) with a recent version of FFmpeg by specifying
+'--enable-libaom' in the FFmpeg ./configure string.