vlc/vlc-2.2 | branch: master | Christoph Miebach <[email protected]> | 
Tue Apr 14 18:11:20 2015 -0400| [ff1b324212c7c3b3e6dcecfe3c0a3521a6ccc818] | 
committer: Christoph Miebach

Fix description to match behaviour

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=ff1b324212c7c3b3e6dcecfe3c0a3521a6ccc818
---

 modules/video_output/fb.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index 1251b85..a8eaf99 100644
--- a/modules/video_output/fb.c
+++ b/modules/video_output/fb.c
@@ -68,10 +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 your framebuffer supports hardware acceleration or does double 
buffering " \
-    "in hardware then you must disable this option. It then does double 
buffering " \
-    "in software.")
+#define HW_ACCEL_LONGTEXT N_("If this option is disabled VLC will perform 
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.")

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to