Commit 36e0585a authored by Michael Niedermayer's avatar Michael Niedermayer

avconv: remove trailing whitespace

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0a7164a1
......@@ -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;
......
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