Skip to content

Commit

Permalink
#3410 vaapi crashes far too often
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 5, 2022
1 parent 0ef491f commit d5fc406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/enc_ffmpeg/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def get_version():
return (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, LIBAVCODEC_VERSION_MICRO)


VAAPI = envbool("XPRA_VAAPI", LINUX and (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR)>=(4, 4) and platform.release()>="5.")
VAAPI = envbool("XPRA_VAAPI", False)

CODECS = ()

Expand Down

0 comments on commit d5fc406

Please sign in to comment.