commit | f7412ee508a154ed7b882dfd32a37b583f6341ef | [log] [tgz] |
---|---|---|
author | Tanu Kaskinen <tanuk@iki.fi> | Tue Sep 04 19:29:55 2018 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Sep 11 11:06:17 2018 +0300 |
tree | d1ae55cf8aa9c423a327d8ecbcc96f9f377fbb5f | |
parent | b3ae4260da118e53f5e6c195d40788273ff3d0b4 [diff] |
sbc: fix frame_length and codesize documentation frame_length is the output block size when encoding and the input block size when decoding, with codesize it's vice versa. The documentation was inaccurate regarding this. Using the terms "compressed" and "uncompressed" instead of "output" and "input" should make the function semantics clear.