Re: [7/13] windowscodecs: implement SetPixelFormat for BMP frame encoder
12 Aug
2009
12 Aug
'09
8:36 a.m.
2009/8/12 Vincent Povirk <vincent(a)codeweavers.com>:
+ if (memcmp(formats[i].guid, pPixelFormat, sizeof(GUID)) == 0) This works of course, but isn't IsEqualGUID() the preferred way to do that?
12 Aug
12 Aug
1:21 p.m.
New subject: [7/13] windowscodecs: implement SetPixelFormat for BMP frame encoder
I don't know, is it? I can never remember how to use the GUID functions. On Wed, Aug 12, 2009 at 3:36 AM, Henri Verbeet<hverbeet(a)gmail.com> wrote:
2009/8/12 Vincent Povirk <vincent(a)codeweavers.com>:
+ if (memcmp(formats[i].guid, pPixelFormat, sizeof(GUID)) == 0) This works of course, but isn't IsEqualGUID() the preferred way to do that?
-- Vincent Povirk
5974
Age (days ago)
5974
Last active (days ago)
1 comments
2 participants
participants (2)
-
Henri Verbeet -
Vincent Povirk