Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
9b1d1435
Commit
9b1d1435
authored
Nov 28, 2018
by
Ronald S. Bultje
Browse files
Don't use string literals in assert()
Fixes
#196
.
parent
f16ffc83
Pipeline
#3060
passed with stages
in 9 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib.c
View file @
9b1d1435
...
...
@@ -268,7 +268,7 @@ static int output_image(Dav1dContext *const c, Dav1dPicture *const out,
break
;
#endif
default:
assert
(
!
"apply_grain: missing bit depth"
);
assert
(
0
);
}
dav1d_picture_unref
(
in
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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