mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -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)
|
#endif // !BUILDFLAG(USE_PROPRIETARY_CODECS)
|
||||||
|
|
||||||
|
bool IsHevcProfileSupported(const VideoType& type) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
bool IsVp9ProfileSupported(const VideoType& type) {
|
bool IsVp9ProfileSupported(const VideoType& type) {
|
||||||
#if BUILDFLAG(ENABLE_LIBVPX)
|
#if BUILDFLAG(ENABLE_LIBVPX)
|
||||||
// High bit depth capabilities may be toggled via LibVPX config flags.
|
// High bit depth capabilities may be toggled via LibVPX config flags.
|
||||||
|
|
Loading…
Reference in a new issue