summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-11-08 17:48:29 -0800
committerJames Zern <jzern@google.com>2019-11-08 17:48:29 -0800
commita605e9ad1e12dfbc632f9a1dc17f5dd9c69776c6 (patch)
treec3389a59ab3c6f2e2328a66169ee3e9091f06915 /libavcodec/libvpxenc.c
parenta6be42a733133a5aff3129dace8b474d2d3f57aa (diff)
avcodec/libvpxenc,cosmetics: fix a typo
predicition -> prediction
Diffstat (limited to 'libavcodec/libvpxenc.c')
-rw-r--r--libavcodec/libvpxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index eb5272a21e..721a052641 100644
--- a/libavcodec/libvpxenc.c
+++ b/libavcodec/libvpxenc.c
@@ -1434,7 +1434,7 @@ static int vpx_encode(AVCodecContext *avctx, AVPacket *pkt,
{ "default", "Improve resiliency against losses of whole frames", 0, AV_OPT_TYPE_CONST, {.i64 = VPX_ERROR_RESILIENT_DEFAULT}, 0, 0, VE, "er"}, \
{ "partitions", "The frame partitions are independently decodable " \
"by the bool decoder, meaning that partitions can be decoded even " \
- "though earlier partitions have been lost. Note that intra predicition" \
+ "though earlier partitions have been lost. Note that intra prediction" \
" is still done over the partition boundary.", 0, AV_OPT_TYPE_CONST, {.i64 = VPX_ERROR_RESILIENT_PARTITIONS}, 0, 0, VE, "er"}, \
{ "crf", "Select the quality for constant quality mode", offsetof(VPxContext, crf), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 63, VE }, \
{ "static-thresh", "A change threshold on blocks below which they will be skipped by the encoder", OFFSET(static_thresh), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE }, \