CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20030710 19:37:30
Modified files:
interfaces/IDirectFBVideoProvider: idirectfbvideoprovider_v4l.c
Log message:
Work around a bug in the DVB kernel driver (more likely) or the DVB hardware.
When using buffers with a pitch much higher than the width suggests (e.g. using
DSCAPS_STATIC_ALLOC and downsizing), the lower part of the video is cut off.
- b.width = surface->width;
+ b.width = buffer->video.pitch / ((bpp + 7) / 8);
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.