Bug 9665

Summary: xvinfo prints FourCC endian-dependant
Product: xorg Reporter: Benjamin Otte <otte>
Component: * OtherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: 7.1 (2006.05)   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.