Just my opinion as a user, but I think the best thing to do would be to just
move it back to being a non static variable. This way anyone who went through
the trouble of getting it to work in past versions, continues to have it work
without breaking anything for them. The idea of trying to fix it
architecturally seems a little crazy, considering we're at a release candidate.
Thanks,
Chris
Emmanuel Lecharny wrote:
>Julien Vermillard wrote:
>> As always, patch are welcome ;)
>>
>Do we *really* want to solve that in 2.0 ?
>
>At least, I can move back the ENCODER/DECODER from static to non static
>variable, as it was before, but the pb will remain : there is no simple way to
>add two codec filters in the chain without having to 'hack' >them to make them
>work...
>
>wdyt ?