Bug 9665 - xvinfo prints FourCC endian-dependant
Summary: xvinfo prints FourCC endian-dependant
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (show other bugs)
Version: 7.1 (2006.05)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 03:53 UTC by Benjamin Otte
Modified: 2007-01-15 08:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Benjamin Otte 2007-01-15 03:53:33 UTC
xvinfo prints the string representations of FourCCs wrong on big endian machines.
Example output from PPC:
...
    Number of image formats: 8
      id: 0x30323449 (024I)
...
And that should of course read:
      id: 0x30323449 (I420)
Comment 1 Michel Dänzer 2007-01-15 08:35:24 UTC
Fixed in git, thanks for the report.


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.