mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08:00
lavc: add vp9 profiles to AVCodecDescriptor
This commit is contained in:
@@ -917,6 +917,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.name = "vp9",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Google VP9"),
|
||||
.props = AV_CODEC_PROP_LOSSY,
|
||||
.profiles = NULL_IF_CONFIG_SMALL(ff_vp9_profiles),
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_PICTOR,
|
||||
|
||||
Reference in New Issue
Block a user