summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2018-02-11 21:33:25 +0100
committerLuca Barbato <lu_zero@gentoo.org>2018-03-12 12:10:33 +0100
commit43778a501f1bfbceeddc8eaeea2ea2b3506beeda (patch)
tree598cd1bcf947ff5b682d44e6fa061988bad19f45 /libavcodec/avcodec.h
parentc438899a706422b8362a13714580e988be4d638b (diff)
Support AV1 encoding using libaom
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 03a3d5bd6d..ac0915328c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2551,6 +2551,10 @@ typedef struct AVCodecContext {
#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3
#define FF_PROFILE_HEVC_REXT 4
+#define FF_PROFILE_AV1_0 0
+#define FF_PROFILE_AV1_1 1
+#define FF_PROFILE_AV1_2 2
+
/**
* level
* - encoding: Set by user.