On Mon, 22 Feb 2016 12:20:36 +0100 Matthieu Bouron <[email protected]> wrote:
> From: Matthieu Bouron <[email protected]> > > --- > +FFAMediaFormat *ff_AMediaFormat_new() > +{ > + int attached = 0; That's C++, not C. In C it needs to be *ff_AMediaFormat_new(void). An empty argument list means that the argument list is unknown and arbitrary. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
