├── .gitignore ├── Makefile ├── README.md └── main.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/libavfilter-example/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/libavfilter-example/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/libavfilter-example/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/libavfilter-example/HEAD/main.c --------------------------------------------------------------------------------