diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-13 14:27:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-13 14:27:49 +0200 |
commit | 36e0585a0000743f1ca85d4987ba4c26696b1df9 (patch) | |
tree | 01599efb87ae188c86d1fbf53171f6f5373a3340 | |
parent | 0a7164a191a56d43ba46573a03e4139e82f72b82 (diff) | |
download | ffmpeg-36e0585a0000743f1ca85d4987ba4c26696b1df9.tar.gz |
avconv: remove trailing whitespace
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | avconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |