1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 08:45:06 +02:00
ffmpeg/fftools
Andreas Rheinhardt d9f38b99dd 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>
2020-03-19 20:06:12 +01:00
..
cmdutils.c cmdutils: fix crash if no name for "ffmpeg -h protocol" 2020-01-30 12:50:22 -03:00
cmdutils.h fftools: Use right function signature and pointers 2019-08-15 01:26:21 +02:00
ffmpeg_filter.c ffmpeg: explicitly handle sub2video subpicture initialization 2020-03-16 19:35:17 +02:00
ffmpeg_hw.c ffmpeg_hw: Treat empty device string as no device setting 2019-06-02 22:58:22 +01:00
ffmpeg_opt.c fftools/ffmpeg_opt: Fix [u]int64_t specifier string 2020-03-19 20:06:12 +01:00
ffmpeg_qsv.c fftools/qsv: add extra_hw_frames support 2018-08-07 11:26:40 +08:00
ffmpeg_videotoolbox.c avcodec/videotoolbox: add support for full range pixel formats 2019-09-04 10:51:20 -07:00
ffmpeg.c ffmpeg: explicitly handle sub2video subpicture initialization 2020-03-16 19:35:17 +02:00
ffmpeg.h ffmpeg: explicitly handle sub2video subpicture initialization 2020-03-16 19:35:17 +02:00
ffplay.c fftools/ffplay: fix possible memory leak in decoder 2020-03-08 12:56:08 +01:00
ffprobe.c remove CHAR_MIN/CHAR_MAX usage 2020-03-17 22:46:36 +01:00
Makefile ffmpeg: remove superfluous custom cuvid hwaccel 2020-03-03 18:11:28 -03:00