Skip to content

Commit c2860cc

Browse files
authored
Merge pull request #367 from Lastique/patch-1
Add media.hardware-video-decoding.force-enabled FF option
2 parents cf27f85 + 2654e8a commit c2860cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ To use the driver with firefox you will need at least Firefox 96, `ffmpeg` compi
113113

114114
| Option | Value | Reason |
115115
|---|---|---|
116-
| media.ffmpeg.vaapi.enabled | true | Required, enables the use of VA-API. |
116+
| media.ffmpeg.vaapi.enabled | true | Required until Firefox 137, enables the use of VA-API. |
117+
| media.hardware-video-decoding.force-enabled | true | Required since Firefox 137, enables hardware acceleration. |
117118
| media.rdd-ffmpeg.enabled | true | Required, default on FF97. Forces ffmpeg usage into the RDD process, rather than the content process. |
118119
| media.av1.enabled | false | Optional, disables AV1. If your GPU doesn't support AV1, this will prevent sites using it and falling back to software decoding. |
119120
| gfx.x11-egl.force-enabled | true | Required, this driver requires that Firefox use the EGL backend. It may be enabled by default. It is recommended to test it with the `MOZ_X11_EGL=1` environment variable before enabling it in the Firefox configuration. |

0 commit comments

Comments
 (0)