[vlc-commits] Shorten/improve description
Christoph Miebach
git at videolan.org
Wed Apr 15 07:54:56 CEST 2015
vlc/vlc-2.2 | branch: master | Christoph Miebach <christoph.miebach at web.de> | Wed Apr 15 01:54:27 2015 -0400| [c7db3c518e63c45a16b2165d50916541f85613f5] | committer: Christoph Miebach
Shorten/improve description
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=c7db3c518e63c45a16b2165d50916541f85613f5
---
modules/video_output/fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index a8eaf99..5248b57 100644
--- a/modules/video_output/fb.c
+++ b/modules/video_output/fb.c
@@ -68,7 +68,7 @@
"the values 0=QCIF 1=CIF 2=NTSC 3=PAL, 4=auto (default 4=auto)")
#define HW_ACCEL_TEXT N_("Framebuffer uses hw acceleration")
-#define HW_ACCEL_LONGTEXT N_("If this option is disabled VLC will perform double buffering in software.")
+#define HW_ACCEL_LONGTEXT N_("Disable for double buffering in software.")
#define CHROMA_TEXT N_("Image format (default RGB)")
#define CHROMA_LONGTEXT N_("Chroma fourcc used by the framebuffer. Default is RGB since the fb device has no way to report its chroma.")
More information about the vlc-commits
mailing list