<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: v4l2grab Version 0.2</title>
	<atom:link href="http://www.twam.info/linux/v4l2grab-version-02/feed" rel="self" type="application/rss+xml" />
	<link>http://www.twam.info/linux/v4l2grab-version-02</link>
	<description>My computer, physics, electronics &#38; photography blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: twam</title>
		<link>http://www.twam.info/linux/v4l2grab-version-02#comment-210</link>
		<dc:creator>twam</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.twam.info/?p=520#comment-210</guid>
		<description>Thanks for the hint. I fixed it in the &lt;a href=&quot;http://github.com/twam/v4l2grab&quot; rel=&quot;nofollow&quot;&gt;git repository&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for the hint. I fixed it in the <a href="http://github.com/twam/v4l2grab" rel="nofollow">git repository</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie</title>
		<link>http://www.twam.info/linux/v4l2grab-version-02#comment-209</link>
		<dc:creator>Jean-Marie</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.twam.info/?p=520#comment-209</guid>
		<description>Hello,
This code is very usefull, thanks.
Just a remark, i think there is a memory leak if function &quot;imageProcess&quot;.
In effect, we must free dst, i.e. add at the end :
[...]
jpegWrite(dst);
free(dst) ; // This
}
[...]

In one frame this is not a problem, but in many applications we must have to treat a lot of frames, so...

Thanks a lot.

--
JM</description>
		<content:encoded><![CDATA[<p>Hello,<br />
This code is very usefull, thanks.<br />
Just a remark, i think there is a memory leak if function &#8220;imageProcess&#8221;.<br />
In effect, we must free dst, i.e. add at the end :<br />
[...]<br />
jpegWrite(dst);<br />
free(dst) ; // This<br />
}<br />
[...]</p>
<p>In one frame this is not a problem, but in many applications we must have to treat a lot of frames, so&#8230;</p>
<p>Thanks a lot.</p>
<p>&#8211;<br />
JM</p>
]]></content:encoded>
	</item>
</channel>
</rss>

