[vlc-commits] XCB/XVideo: the supported resolution is not always maximum
Rémi Denis-Courmont
git at videolan.org
Sat Jan 14 10:45:00 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 14 11:38:29 2012 +0200| [cb27ef344a0a61f36d7cc129e7e32226be144d9e] | committer: Rémi Denis-Courmont
XCB/XVideo: the supported resolution is not always maximum
This closes #5844.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb27ef344a0a61f36d7cc129e7e32226be144d9e
---
modules/video_output/xcb/xvideo.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index abb74a6..397f3b2 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -335,8 +335,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt,
{
dialog_FatalWait (obj, _("Video acceleration not available"),
_("Your video output acceleration driver does not support "
- "the required resolution: %ux%u pixels. The maximum "
- "supported resolution is %"PRIu32"x%"PRIu32".\n"
+ "the required resolution of %ux%u pixels. The supported "
+ "resolution is %"PRIu32"x%"PRIu32".\n"
"Video output acceleration will be disabled. However, "
"rendering videos with overly large resolution "
"may cause severe performance degration."),
More information about the vlc-commits
mailing list