[FFmpeg-devel] [PATCH] avfilter: add motion filter

wm4 nfxjfg at googlemail.com
Thu Jul 13 17:11:53 EEST 2017


On Thu, 13 Jul 2017 14:04:45 +0100
Derek Buitenhuis <derek.buitenhuis at gmail.com> wrote:

> Quick scan / review follows.
> 
> > +#include <stdbool.h>  
> 
> Do we allow C99 bool in FFmpeg? I thought we didn't.

We definitely use some C99 constructs in FFmpeg, but normally we don't
use stdbool.h.


More information about the ffmpeg-devel mailing list