Re: Thank you and congratulations, DWA!
Gonzalo Garramuño <[email protected]>
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Message-ID | <[email protected]> |
On 21/08/2014 11:28 p.m., Karl Rasche wrote: > Gonzalo - > > Is the possibility of using the existing C interface (possibly with > some updating, as I doubt its been touched much lately) totally out of > the question? There are probably various other pieces of functionality > that would get picked up this way as well. It is probably out of the question due to an added dependency on c++. It adds a problem with the Windows compilers which don't share c++ semantics. It could be possible to treat it all as a black box perhaps with a DSO/DLL built separately, but it adds an additional dependency on ffmpeg which already has too many.