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
d6d568a3
Commit
d6d568a3
authored
Jan 20, 2023
by
Tristan Matthews
Browse files
codec: opus: do not log error on ENOMEM
parent
bf06b9b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/opus.c
View file @
d6d568a3
...
...
@@ -814,7 +814,6 @@ static int OpenEncoder(vlc_object_t *p_this)
if
(
opus_write_header
((
uint8_t
**
)
&
enc
->
fmt_out
.
p_extra
,
&
enc
->
fmt_out
.
i_extra
,
&
header
,
opus_get_version_string
()))
{
msg_Err
(
enc
,
"Failed to write header."
);
status
=
VLC_ENOMEM
;
goto
error
;
}
...
...
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