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
(parent:
0a7164a
)
avconv: remove trailing whitespace
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Aug 2011 12:27:06 +0000
(14:27 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Aug 2011 12:27:49 +0000
(14:27 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
avconv.c
patch
|
blob
|
history
diff --git
a/avconv.c
b/avconv.c
index
b663972
..
360d451
100644
(file)
--- a/
avconv.c
+++ b/
avconv.c
@@
-3614,7
+3614,7
@@
static int opt_streamid(const char *opt, const char *arg)
exit_program(1);
}
*p++ = '\0';
- idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
+ idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
streamid_map = grow_array(streamid_map, sizeof(*streamid_map), &nb_streamid_map, idx+1);
streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);
return 0;