|
Roadmap |
Site sponsored by
IGEL
|
||
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [directfb-cvs] DirectFB
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 ecartis@directfb.org with "unsubscribe directfb-cvs" as subject.
|
|
| directfb.org |
|
Development |
|
Old Archives |