On Wed, 2011-10-12 at 21:41 +0100, Måns Rullgård wrote: > > when including avutil/log.h in the code compiled as C++, g++ 4.6 > > Libav is C, not C++.
I already reported the problem with that code on IRC earlier. It's buggy C too. As the quoted error messages show, the code does refer to "struct AVClass", but the definition of the struct in question was incorrectly left anonymous. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
