diff options
author | Mathis Rosenhauer <rosenhauer@dkrz.de> | 2016-04-14 14:04:44 +0200 |
---|---|---|
committer | Mathis Rosenhauer <rosenhauer@dkrz.de> | 2016-04-14 14:04:44 +0200 |
commit | 1e1919a7bfeb49c3ad4381640676a715760653a2 (patch) | |
tree | 3481020e51b0ed05acf28a3438c07ffb0a3dcbcd | |
parent | 0731f1ce54535596b1b603d4a958770b1da3f1d7 (diff) | |
download | libaec-1e1919a7bfeb49c3ad4381640676a715760653a2.tar.gz libaec-1e1919a7bfeb49c3ad4381640676a715760653a2.tar.bz2 libaec-1e1919a7bfeb49c3ad4381640676a715760653a2.zip |
Link aec.c in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ output and specifying `AEC_NO_FLUSH`. The function will return if either the input runs empty or the output buffer is full. The calling function can check `avail_in` and `avail_out` to see what occurred. The last call to `aec_encode()` must set `AEC_FLUSH` to drain all -output. aec.c is an example of streaming usage of encoding and +output. [aec.c](src/aec.c) is an example of streaming usage of encoding and decoding. ### Output: |