Bug 28089 - 24-bit RGB bitmaps are not converted correctly for mjpeg
Summary: 24-bit RGB bitmaps are not converted correctly for mjpeg
Status: RESOLVED FIXED
Alias: None
Product: Spice
Classification: Unclassified
Component: server (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Yonit Halperin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 02:24 UTC by Yonit Halperin
Modified: 2010-07-20 05:15 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Yonit Halperin 2010-05-13 02:24:19 UTC
the pixels of 24-bit bitmaps that the server handles are arranged in the memory in the order of Blue, Green, Red, while libjpeg expects Red, Green, Blue ordering.
We need to fix red_rgb24bpp_to_24 in red_worker.c
Comment 1 Alexander Larsson 2010-07-20 05:15:26 UTC
fixed upstream


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.