You've already forked FFmpeg
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user