Re: [1/2] windowscodecs: Create Image Descriptor metadata block for a GIF frame.
13 Sep
2012
13 Sep
'12
2:15 a.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.
13 Sep
13 Sep
2:19 a.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.
4839
Age (days ago)
4839
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk