Add DirectShow in about:support

This commit is contained in:
wuggy 2026-09-09 05:34:07 -07:00
commit 77cfca739d
5 changed files with 23 additions and 2 deletions

View file

@ -358,6 +358,8 @@ var dataProviders = {
} catch (e) {}
data.currentAudioBackend = winUtils.currentAudioBackend;
data.directShowEnabled = Services.prefs.getBoolPref("media.directshow.enabled", false);
data.directShowH264Active = Services.prefs.getBoolPref("media.directshow.h264.active", false);
if (!data.numAcceleratedWindows && gfxInfo) {
#ifdef XP_WIN
@ -551,4 +553,3 @@ var dataProviders = {
});
}
};