Skip to content

Commit

Permalink
#360 enable 'video' decoding on all platforms, not just 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 21, 2025
1 parent 908989a commit cc30225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ <h2>Xpra Bug Report</h2>
const exit_with_children = getboolparam("exit_with_children", false);
const exit_with_client = getboolparam("exit_with_client", false);
const sharing = getboolparam("sharing", false);
const video = getboolparam("video", Utilities.is_64bit());
const video = getboolparam("video", true);
const mediasource_video = getboolparam("mediasource_video", false);
const remote_logging = getboolparam("remote_logging", true);
const insecure = getboolparam("insecure", false);
Expand Down

0 comments on commit cc30225

Please sign in to comment.