Module: libav.org Branch: master Commit: 673dd4ed8dc0b22dd396a9f481e4c3a52de6d5b3
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Mar 4 10:22:49 2014 +0100 documentation: Add link to C++ minimal video player example by roxlu Also remove existing dead or outdated tutorial links. --- src/documentation | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/documentation b/src/documentation index 50e00c0..56c2444 100644 --- a/src/documentation +++ b/src/documentation @@ -52,8 +52,6 @@ describes how to add a filter to libavfilter.</li> <a name="tutorials"></a><h2>Tutorials</h2> <ul> -<li><a href="http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html">Using libavformat and libavcodec</a> by -Martin Böhme, a good overview of the FFmpeg APIs.</li> -<li><a href="http://dranger.com/ffmpeg/">An FFmpeg and SDL Tutorial</a> -by Stephen Dranger, explains how to write a video player based on FFmpeg.</li> +<li><a href="http://roxlu.com/2014/039/decoding-h264-and-yuv420p-playback">Minimal video player example</a> +by roxlu, written in C++.</li> </ul> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
