Hi, Dan!
>> I find "const" correctness a very useful concept. I guess that users
>
> It is on road map for the C++ interface what it's worth
> https://www.mltframework.org/changes/todo/
Oops... I am so sorry! I think I checked on Shotcut's roadmap, instead.
If there is a concern, I am already ver
On Tue, Oct 26, 2021 at 8:04 AM Andre Caldas
wrote:
> It would be very nice, IMO, if functions like
> "mlt_producer_get_length(mlt_producer self)" were declared in such a
> way that "self" points to a "const".
>
> I find "const" correctness a very useful concept. I guess that users
>
It is on ro
It would be very nice, IMO, if functions like
"mlt_producer_get_length(mlt_producer self)" were declared in such a
way that "self" points to a "const".
I find "const" correctness a very useful concept. I guess that users
of the MLT library that care for const correctness would benefit.
https://is