Support AV1 encoding using libaom

This commit is contained in:
Luca Barbato
2018-02-11 21:33:25 +01:00
parent c438899a70
commit 43778a501f
5 changed files with 590 additions and 1 deletions
+4
View File
@@ -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.