On Sun, Oct 17, 2010 at 2:56 AM, Till Theato <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > the attached patch adds support for the frei0r string parameter. > There currently is no filter using this, but I plan to work on one.
Based on the patch I just sent to the frei0r list, this patch would not work as is. You would have to do something like: f0r_param_string val = mlt_properties_get(prop, pinfo.name); if (val) f0r_set_param_value(inst, &val, i); -- +-DRD-+ ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
