git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2b72067
)
ffprobe: fix weird align
author
Stefano Sabatini
<stefasab@gmail.com>
Tue, 18 Oct 2011 16:58:32 +0000
(18:58 +0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Tue, 18 Oct 2011 16:58:32 +0000
(18:58 +0200)
ffprobe.c
patch
|
blob
|
history
diff --git
a/ffprobe.c
b/ffprobe.c
index
d6c7093
..
52b33f8
100644
(file)
--- a/
ffprobe.c
+++ b/
ffprobe.c
@@
-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);