Browse Source

ffprobe: fix weird align

tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
f4eeb000bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffprobe.c

+ 1
- 1
ffprobe.c View File

@@ -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);


Loading…
Cancel
Save