Commit 0d52f02
committed
fixed hevc_nvenc AppImage not working on Pascals
The bug is induced by upstream FFmpeg changes, in particular:
FFmpeg/FFmpeg@28680e2
Supposedly "disabled" is the only supported b_ref_mode for Pascal cards
and it fails if not set (set otherwise). We don't use B-frames at all so
it can be disabled by default, anyways.
closes GH-2731 parent dd5fda2 commit 0d52f02
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1876 | 1876 | | |
1877 | 1877 | | |
1878 | 1878 | | |
| 1879 | + | |
1879 | 1880 | | |
1880 | 1881 | | |
1881 | 1882 | | |
| |||
0 commit comments