1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00

tools/graph2dot: 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:40 +02:00
parent 01cfb01c9c
commit 082e2b26d4

View File

@@ -113,7 +113,7 @@ int main(int argc, char **argv)
FILE *infile = NULL;
char *graph_string = NULL;
AVFilterGraph *graph = NULL;
char c;
int c;
av_log_set_level(AV_LOG_DEBUG);