[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix [u]int64_t specifier string
Marton Balint
cus at passwd.hu
Thu Mar 19 23:03:29 EET 2020
On Wed, 18 Mar 2020, Anton Khirnov wrote:
> 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
Thanks, applied.
Regards,
Marton
More information about the ffmpeg-devel
mailing list