[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix [u]int64_t specifier string

Anton Khirnov anton at khirnov.net
Wed Mar 18 15:37:30 EET 2020


Quoting Andreas Rheinhardt (2020-03-18 03:56:18)
> PRId64 and PRIu64 already expand to the complete specifier; adding
> another 'd' at the end is wrong and just leads to warnings that say
> that only an option like '-frames:v 2d' will be used, although said
> option won't be accepted at all ('Expected int64 for frames:v but found
> 2d').
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---

Looks ok

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list