Skip to content

Commit

Permalink
Readme - C++ filter example; link to filter/tutorial (#20)
Browse files Browse the repository at this point in the history
* C++ filter example; link to filter/tutorial

* Readme : cpp filter example > fix link
  • Loading branch information
d-j-a-y authored and ddennedy committed Dec 18, 2017
1 parent 6aceaa7 commit 2479e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ If you are new to frei0r (but not to programming) the best thing is probably to

## C++ Filter example

You could find a tutorial filter [here](https://github.com/dyne/frei0r/tree/master/src/filter/tutorial) in the source code.
A simple skeleton for a frei0r video filter looks like this:

```c++
Expand Down

0 comments on commit 2479e75

Please sign in to comment.