Update README.md
This commit is contained in:
parent
7a1e250ea3
commit
e8e444b0dd
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue