summaryrefslogtreecommitdiff
path: root/libavcodec/libaomenc.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-06-25 23:28:57 -0300
committerJames Almer <jamrial@gmail.com>2020-06-25 23:36:29 -0300
commit82b64e9bf671e37c078a4aae26b6f5c68723d7f9 (patch)
tree4cb60e2171c596e69830e7216d931c5ccad41b2d /libavcodec/libaomenc.c
parentd1c55fc46019229b5526768ffdb0e1e67beb21ff (diff)
downloadffmpeg-82b64e9bf671e37c078a4aae26b6f5c68723d7f9.tar.gz
avcodec: add AV1 profiles to profile.h
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libaomenc.c')
-rw-r--r--libavcodec/libaomenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c
index 1c78da719a..fe98449fa1 100644
--- a/libavcodec/libaomenc.c
+++ b/libavcodec/libaomenc.c
@@ -1107,6 +1107,7 @@ static const AVOption options[] = {
{ "tune", "The metric that the encoder tunes for. Automatically chosen by the encoder by default", OFFSET(tune), AV_OPT_TYPE_INT, {.i64 = -1}, -1, AOM_TUNE_SSIM, VE, "tune"},
{ "psnr", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = AOM_TUNE_PSNR}, 0, 0, VE, "tune"},
{ "ssim", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = AOM_TUNE_SSIM}, 0, 0, VE, "tune"},
+ FF_AV1_PROFILE_OPTS
{ NULL },
};