1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

tools/fourcc2pixfmt: fix getopt return value type

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2025-08-09 04:01:56 +02:00
parent 082e2b26d4
commit 48b941d543

View File

@@ -62,7 +62,7 @@ int main(int argc, char **argv)
int i, list_fourcc_pix_fmt = 0, list_pix_fmt_fourccs = 0;
const PixelFormatTag *pix_fmt_tags = raw_pix_fmt_tags;
const char *pix_fmt_name = NULL;
char c;
int c;
if (argc == 1) {
usage();