Skip to content

Commit

Permalink
Fix description to match behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Miebach committed Apr 15, 2015
1 parent ed21c7b commit f6db076
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/video_output/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit f6db076

Please sign in to comment.