diff --git a/tools/graph2dot.c b/tools/graph2dot.c index d96bfd8126..72b98f0957 100644 --- a/tools/graph2dot.c +++ b/tools/graph2dot.c @@ -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);