[FFmpeg-devel] [PATCH] avfilter/vf_find_rect: Use correct format specifier

Gyan Doshi ffmpeg at gyani.pro
Sun Apr 4 12:54:31 EEST 2021



On 2021-04-04 15:01, Andreas Rheinhardt wrote:
> Fixes the following GCC warning:
> warning: format ‘%lld’ expects argument of type ‘long long int’,
> but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]

Weird. I switched to lld because gcc (10.2) recommended it.

In fact, I just looked through the build log for my Windows build 
compiled minutes ago, and there's no warning.

Regards,
Gyan


More information about the ffmpeg-devel mailing list