Commit f4eeb000 authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: fix weird align

parent 2b720674
......@@ -817,7 +817,7 @@ static int probe_file(const char *filename)
if (!print_format)
print_format = av_strdup("default");
w_name = av_strtok(print_format, "=", &buf);
w_name = av_strtok(print_format, "=", &buf);
w_args = buf;
w = writer_get_by_name(w_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment