Wow, those are very nice bindings. And good comments everywhere. Very good! In
some places, are still bugs. They don't compile
* some of
error: conflicting types for
* and sometimes there are misspelled variable ...
Did you type that up by hand? If so, then you really are a machinegun on the
keyboard ;). Respect. Also, the avfilter is missing there partly, but I'm very
curious about the final result. And I will watch the progress. Keep up the good
work!!!
About your answer:
var streams = cast[ptr UncheckedArray[ptr
AVStream]](pFormatContext[].streams)
Run
That seems to be the RIGHT answer. It is a pointer to an array of pointers to
the elements. Unfortunately, my bindings are still wrong and the result = nil
... Somewhere I still have a mistake in my bindings.
Thx