<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Antoine Cellerier wrote:
<blockquote cite="mid20070301212609.GA29865@via.ecp.fr" type="cite">
<pre wrap="">On Thu, Mar 01, 2007, Dugal Harris wrote:
</pre>
<blockquote type="cite">
<pre wrap="">What is the point of the call to "path_sanitize()" on line 673 of
vout_intf.c? This call changes the "." in the filename to a "_" which
causes "image_WriteUrl()" to fail. Attached is a patch that removes the
call to "path_sanitize()".
</pre>
</blockquote>
<pre wrap=""><!---->
Woops, that's my fault. The point is: we can now use variables (see
<a class="moz-txt-link-freetext" href="http://wiki.videolan.org/Documentation:Play_HowTo/Format_String">http://wiki.videolan.org/Documentation:Play_HowTo/Format_String</a>) to use
meta data from the video in our output filename. Those meta data
sometimes contain invalid characters, which is why i was replacing some
chars ... but dots should definitively stay. I'll fix this.
</pre>
</blockquote>
Ok, thanks. The filename can also include a path so it could have "\",
"/" and ":" characters in it too.<br>
<br>
</body>
</html>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html