<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [vlc-devel] problems with many libvlc instances</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>Thanks for your help.</FONT>
</P>

<P><FONT SIZE=2>I saw in the libvlc.h file is not any method to change the video-x, video-y, width an height values, only can set the values in the instance initialization (libvlc_new function). How can I change them with my application? Must I modify the libvlc library to make the methods?</FONT></P>

<P><FONT SIZE=2>  </FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>-----Mensaje original-----</FONT>
<BR><FONT SIZE=2>De: Rémi Denis-Courmont [<A HREF="mailto:rem@videolan.org">mailto:rem@videolan.org</A>] </FONT>
<BR><FONT SIZE=2>Enviado el: martes, 27 de junio de 2006 10:45</FONT>
<BR><FONT SIZE=2>Para: vlc-devel@videolan.org</FONT>
<BR><FONT SIZE=2>CC: donoso.d@ikusi.es</FONT>
<BR><FONT SIZE=2>Asunto: Re: [vlc-devel] problems with many libvlc instances</FONT>
</P>

<P><FONT SIZE=2>Selon "Donoso Gabilondo, Daniel" <donoso.d@ikusi.es>:</FONT>
</P>

<P><FONT SIZE=2>> I am sure that the arguments of libvlc_new function for each instance are</FONT>
<BR><FONT SIZE=2>> correct. How can I resolve it?</FONT>
</P>

<P><FONT SIZE=2>libvlc is NOT currently reentrant-safe anyway; in particular, src/libvlc.c has</FONT>
<BR><FONT SIZE=2>a static pointer to "THE" libvlc instance.</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Rmi Denis-Courmont</FONT>
</P>

</BODY>
</HTML>