[vlc-commits] Fix description to match behaviour
    Christoph Miebach 
    git at videolan.org
       
    Wed Apr 15 08:07:45 CEST 2015
    
    
  
vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Wed Apr 15 02:07:11 2015 -0400| [f6db0768fb2de831f43440151f0c0909098f987e] | committer: Christoph Miebach
Fix description to match behaviour
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6db0768fb2de831f43440151f0c0909098f987e
---
 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 b860288..428eeb6 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_("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