Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
8730a245
Commit
8730a245
authored
Jan 20, 2023
by
Tristan Matthews
Browse files
vaapi: chroma: do not log error on ENOMEM
parent
d6d568a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/hw/vaapi/chroma.c
View file @
8730a245
...
...
@@ -354,7 +354,6 @@ vlc_vaapi_OpenChroma(filter_t *filter)
if
(
!
(
filter_sys
=
calloc
(
1
,
sizeof
(
filter_sys_t
))))
{
msg_Err
(
filter
,
"unable to allocate memory"
);
return
VLC_ENOMEM
;
}
filter_sys
->
derive_failed
=
false
;
...
...
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