mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 10:28:13 +00:00
libvpxenc,cosmetics: fix { placement
Signed-off-by: James Zern <jzern@google.com>
This commit is contained in:
parent
95107af314
commit
e1f895838d
@ -354,8 +354,7 @@ static void vp8_ts_parse_int_array(int *dest, char *value, size_t value_len, int
|
||||
char *saveptr = NULL;
|
||||
char *token = av_strtok(value, ",", &saveptr);
|
||||
|
||||
while (token && dest_idx < max_entries)
|
||||
{
|
||||
while (token && dest_idx < max_entries) {
|
||||
dest[dest_idx++] = strtoul(token, NULL, 10);
|
||||
token = av_strtok(NULL, ",", &saveptr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user