Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
92ad37cf
Commit
92ad37cf
authored
Sep 30, 2018
by
Ronald S. Bultje
Browse files
Fix occasional hang in tile row threading
parent
d1f35c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/decode.c
View file @
92ad37cf
...
...
@@ -2056,7 +2056,7 @@ static void setup_tile(Dav1dTileState *const ts,
}
if
(
f
->
n_tc
>
1
)
atomic_init
(
&
ts
->
progress
,
0
);
atomic_init
(
&
ts
->
progress
,
row_sb_start
);
}
int
decode_tile_sbrow
(
Dav1dTileContext
*
const
t
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment