fbff: add -b to adjust video to the bottom
[fbff.git] / config.h
blob81370e2ca1a308904993fb3983d9ed5ae85ee4b0
1 /* framebuffer depth */
2 typedef unsigned int fbval_t;
4 /* audio packets to buffer (power of two); increase if sound is choppy */
5 #define AUDIOBUFS (1 << 3)