lavc: add vp9 profiles to AVCodecDescriptor

This commit is contained in:
Hendrik Leppkes
2016-01-01 16:25:01 +01:00
parent 5e8b053452
commit e760641720
6 changed files with 16 additions and 27 deletions
+1
View File
@@ -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,