Update supported_types.cc

This commit is contained in:
Alexander David Frick 2023-01-27 13:05:05 -06:00 committed by GitHub
parent a800256031
commit fffbd2036f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,10 @@ bool IsAudioCodecProprietary(AudioCodec codec) {
}
#endif // !BUILDFLAG(USE_PROPRIETARY_CODECS)
bool IsHevcProfileSupported(const VideoType& type) {
return true;
}
bool IsVp9ProfileSupported(const VideoType& type) {
#if BUILDFLAG(ENABLE_LIBVPX)
// High bit depth capabilities may be toggled via LibVPX config flags.