I haven't noticed any issues with it. Do you have a self-contained
example to reproduce the problem?
--
Gustavo Niemeyer
http://niemeyer.net
http://niemeyer.net/blog
http://niemeyer.net/twitter
In (plain, ISO) C, a declaration `struct Wossname` doesn't define
a new type called Wossname; it's just a struct tag. (I don't know
if gcc has an extension here or what.) You'd need an extra
typedef to get a type name.
> with all the other function i have no problems like AVCodecContext,
> AVFormatContext
Perhaps they have typedefs?
Mostly in the nature of a guess based on matching patterns ...
Chris
--
Chris "allusive" Dollin
Use C.struct_StructTest here instead, or add a typedef to the C header.