Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
Opus
Commits
37e788c1
Commit
37e788c1
authored
Mar 16, 2011
by
Jean-Marc Valin
Browse files
Fixes return value on lost packet
parent
6c28805c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcelt/celt.c
View file @
37e788c1
...
...
@@ -2296,7 +2296,7 @@ int celt_decode_with_ec_float(CELTDecoder * restrict st, const unsigned char *da
{
celt_decode_lost
(
st
,
pcm
,
N
,
LM
);
RESTORE_STACK
;
return
CELT_OK
;
return
frame_size
/
st
->
downsample
;
}
if
(
len
<
0
)
{
RESTORE_STACK
;
...
...
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