[FFmpeg-devel] [PATCH 2/2] lavc: add h264 mediacodec decoder

wm4 nfxjfg at googlemail.com
Tue Feb 23 11:32:40 CET 2016


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

> From: Matthieu Bouron <matthieu.bouron at 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.


More information about the ffmpeg-devel mailing list