From e8e444b0ddf4dc767a276fee653fd40d2288e69c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 12 Dec 2021 15:53:36 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ef9534..56b0c2d 100644 --- a/README.md +++ b/README.md @@ -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)