On Mon, 22 Feb 2016 12:20:36 +0100
Matthieu Bouron <matthieu.bou...@gmail.com> wrote:

> From: Matthieu Bouron <matthieu.bou...@stupeflix.com>
> 
> ---


> +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
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to