Re: [1/2] windowscodecs: Create Image Descriptor metadata block for a GIF frame.
12 Sep
2012
12 Sep
'12
9:15 p.m.
+ stream = create_stream(&IMD_data, sizeof(IMD_data));
Er, where is create_stream defined? I don't see it in git or a previous patch.
12 Sep
12 Sep
9:19 p.m.
New subject: [1/2] windowscodecs: Create Image Descriptor metadata block for a GIF frame.
Vincent Povirk <madewokherd(a)gmail.com> wrote:
+ stream = create_stream(&IMD_data, sizeof(IMD_data));
Er, where is create_stream defined? I don't see it in git or a previous patch.
It's added by 5373f8520d2fec729730aaa6a3278cefa46f9414 -- Dmitry.
4928
Age (days ago)
4928
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk