|
From: Klaus R. <kla...@rz...> - 2007-12-13 11:46:14
|
Hi,
Am Donnerstag 13 Dezember 2007 12:17:09 schrieb oyster:
> currently, some function in ming needs a FILE pointer, which is hard
> for script languae(for example python) to use.
[...]
> 1. why not offer a peer function which only needs fielname, but act as
> those needs a FILE pointer. Yes, there are some in the src, but not
> all.
All newer ming-functions take filenames instead of FILE pointer. One major
drawback of file pointers is, that you have to keep them open until the movie
is written. In bindings like php or python they also often leak.
The API will slowly change that way.
Klaus
|