diff options
author | Vincent <vinsteimes@gmail.com> | 2021-11-30 18:02:42 +0100 |
---|---|---|
committer | Vincent <vinsteimes@gmail.com> | 2021-12-01 14:30:38 +0100 |
commit | 2d0068d1cb658d6b600fdc3f9ae02fe56338297c (patch) | |
tree | 3ff71c7e6c3d9c540b9a74a801f63a620dd2d326 /thirdparty/README.md | |
parent | 56f73a7e294972ddabbada46fc75f3f7ef8ca36f (diff) |
Fix crash when loading an invalid mp3 file
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 03e9885bd0..926b5edfaf 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -359,6 +359,19 @@ instead of a combination of distance and attribute errors. Patches for both chan found in the `patches` directory. +## minimp3 + +- Upstream: https://github.com/lieff/minimp3 +- Version: git (afb604c06bc8beb145fecd42c0ceb5bda8795144, 2021) +- License: CC0 1.0 + +Files extracted from upstream repository: + +- `minimp3.h` +- `minimp3_ex.h` +- `LICENSE` + + ## miniupnpc - Upstream: https://github.com/miniupnp/miniupnp |