Update README.md

This commit is contained in:
Stephen Seo 2021-12-12 15:53:36 +09:00 committed by GitHub
parent 7a1e250ea3
commit e8e444b0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,10 @@ return an optional value (non-optional on success). Ideally, C++17's
std::optional would be used in that case, but since I am keeping things to work
up to C++11, std::unique\_ptr is used instead.
# Project Presentation
[Click here to view the presentation](https://igpup.seodisparate.com/posts/project_presentation/)
# Legal Stuff
[This program uses FFmpeg which is licensed under the LGPL 2.1 license](https://ffmpeg.org/legal.html)