/libffplay

Small and simple library for creating audio/video players

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

libffplay is a library for creating simple media (audio/video) players.

It depends on ffmpeg (or libav) for demuxing and decoding audio/video.

To compile and install invoke:
	make all install

To compile an example invoke:
	make -C examples

See examples/ffplay-sdl.c for an example of API usage.