mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 20:02:42 +00:00
qcelpdec: fix the return value of qcelp_decode_frame().
(cherry picked from commit 04c13dca88
)
This commit is contained in:
parent
d99613bad6
commit
b0da6a744a
@ -839,7 +839,7 @@ erasure:
|
||||
|
||||
*data_size = 160 * sizeof(*outbuffer);
|
||||
|
||||
return *data_size;
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
AVCodec ff_qcelp_decoder =
|
||||
|
Loading…
Reference in New Issue
Block a user