]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_find_rect: Use correct format specifier
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 4 Apr 2021 09:26:47 +0000 (11:26 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 4 Apr 2021 10:02:45 +0000 (12:02 +0200)
commit0617e578a3ebd22ccc2ec136d65b529ca60fd5b9
tree18c433010105258688a8536c24a04d7b8bab8fd1
parentb1b7cc698bed7338ff692cd65fe304941eaf6bce
avfilter/vf_find_rect: Use correct format specifier

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=]

Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavfilter/vf_find_rect.c