Skip to content

Commit 2654e8a

Browse files
authored
Add media.hardware-video-decoding.force-enabled FF option.
Added a new media.hardware-video-decoding.force-enabled option that is required since Firefox 137 and note that media.ffmpeg.vaapi.enabled is no longer needed. As noted in #358 (comment).
1 parent c519e97 commit 2654e8a

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)