提交 bde25700 编写于 作者: C Chris Rankin 提交者: Justin Ruggles

qcelpdec: fix the return value of qcelp_decode_frame().

Signed-off-by: NJustin Ruggles <justin.ruggles@gmail.com>
上级 1b5a189f
......@@ -839,7 +839,7 @@ erasure:
*data_size = 160 * sizeof(*outbuffer);
return *data_size;
return buf_size;
}
AVCodec ff_qcelp_decoder =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册