From: Antonio Ospite Date: Thu, 15 Mar 2012 14:30:28 +0000 (+0100) Subject: examples: add a am7xxx-play example program X-Git-Tag: v0.1.0~1^2~14 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/24924e4869890878be88a1c6c324d2fe9ee8f087?hp=24924e4869890878be88a1c6c324d2fe9ee8f087;ds=sidebyside examples: add a am7xxx-play example program am7xxx-play is a simple player based on ffmpeg/libav which displays the output on a am7xxx device. It can be used to capture the desktop screen, or video from a v4l2 device, or from any other device supported by libavdevice including video files. However it is to note that am7xxx-play displays the output as fast as it can so it is not reliable when used to display video files directly. ---