Skip to content

Commit cc30225

Browse files
committed
#360 enable 'video' decoding on all platforms, not just 64-bit
1 parent 908989a commit cc30225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ <h2>Xpra Bug Report</h2>
668668
const exit_with_children = getboolparam("exit_with_children", false);
669669
const exit_with_client = getboolparam("exit_with_client", false);
670670
const sharing = getboolparam("sharing", false);
671-
const video = getboolparam("video", Utilities.is_64bit());
671+
const video = getboolparam("video", true);
672672
const mediasource_video = getboolparam("mediasource_video", false);
673673
const remote_logging = getboolparam("remote_logging", true);
674674
const insecure = getboolparam("insecure", false);

0 commit comments

Comments
 (0)