Commit cb27ef34 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB/XVideo: the supported resolution is not always maximum

This closes #5844.
parent 4c716164
...@@ -335,8 +335,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt, ...@@ -335,8 +335,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt,
{ {
dialog_FatalWait (obj, _("Video acceleration not available"), dialog_FatalWait (obj, _("Video acceleration not available"),
_("Your video output acceleration driver does not support " _("Your video output acceleration driver does not support "
"the required resolution: %ux%u pixels. The maximum " "the required resolution of %ux%u pixels. The supported "
"supported resolution is %"PRIu32"x%"PRIu32".\n" "resolution is %"PRIu32"x%"PRIu32".\n"
"Video output acceleration will be disabled. However, " "Video output acceleration will be disabled. However, "
"rendering videos with overly large resolution " "rendering videos with overly large resolution "
"may cause severe performance degration."), "may cause severe performance degration."),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment