Support AV1 encoding using libaom
This commit is contained in:
parent
c438899a70
commit
43778a501f
5 changed files with 590 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue