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
502e5b92
Commit
502e5b92
authored
Dec 17, 2018
by
Ronald S. Bultje
Browse files
Remove tab
parent
2eee4711
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib.c
View file @
502e5b92
...
...
@@ -194,7 +194,7 @@ int dav1d_parse_sequence_header(Dav1dSequenceHeader *const out,
dav1d_default_settings
(
&
s
);
Dav1dContext
*
c
;
res
=
dav1d_open
(
&
c
,
&
s
);
res
=
dav1d_open
(
&
c
,
&
s
);
if
(
res
<
0
)
return
res
;
if
(
ptr
)
{
...
...
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