mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update supported_types.cc
This commit is contained in:
parent
a800256031
commit
fffbd2036f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue