mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Cleanup some comments in our media code.
This commit is contained in:
parent
3c9d8715a7
commit
ae5c83e90d
4 changed files with 4 additions and 9 deletions
|
|
@ -40,10 +40,8 @@ public:
|
|||
static int GetNumDecoderThreads();
|
||||
|
||||
// Accessors that report whether we have the required MFTs available
|
||||
// on the system to play various codecs. Windows Vista doesn't have the
|
||||
// H.264/AAC decoders if the "Platform Update Supplement for Windows Vista"
|
||||
// is not installed, and Window N and KN variants also require a "Media
|
||||
// Feature Pack" to be installed. Windows XP doesn't have WMF.
|
||||
// on the system to play various codecs. Windows N and KN variants
|
||||
// require a "Media Feature Pack" to be installed.
|
||||
static bool HasAAC();
|
||||
static bool HasH264();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue