Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-03-18 05:56:18 +0300
committerMarton Balint <cus@passwd.hu>2020-03-19 22:06:12 +0300
commitd9f38b99dda8a7664f697d103ed15d8851beebf0 (patch)
tree3c84d26f36607222094baf9d27cbd98560d35c7b /libavutil
parent140ce8ada6096e745bf58c2d2ee4c6277e955851 (diff)
fftools/ffmpeg_opt: Fix [u]int64_t specifier string
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@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions