Commit 04c13dca authored by Chris Rankin's avatar Chris Rankin Committed by Michael Niedermayer

qcelpdec: fix the return value of qcelp_decode_frame().

parent 54e1eaef
......@@ -839,7 +839,7 @@ erasure:
*data_size = 160 * sizeof(*outbuffer);
return *data_size;
return buf_size;
}
AVCodec ff_qcelp_decoder =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment