[gstreamer-bugs] [Bug 164197] [pngdec] & [pngenc] The decoded image is in native byte order

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Jan 17 06:14:49 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164197
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-01-17 09:14 -------
Your patch inverts masks, but *always*. If this is host-dependent, shouldn't it be:

#if byte-order==...
RGB
#else
BGR
#endif

?

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list