Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 394 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 394 Bytes

Example FLV plugin for VLC media player, written in Rust

This project generates a dynamic library that can be loaded directly by VLC media player. It recognizes FLV file, thanks to the flavors nom parser, written with nom.

It also uses a separate project to import VLC function definitions and some helper macros.