From 2c0b164227b01f9fbedc0230a70a13fc5258c762 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Tue, 21 Aug 2012 20:07:06 +0200
Subject: [PATCH] doc/faq: mention doc/examples

Also provide a link to the github FFmpeg page containing the examples.
---
 doc/faq.texi | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/faq.texi b/doc/faq.texi
index 430207d1de1..a743f4fe87d 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -389,7 +389,14 @@ the subtitle stream to be detected, both values must be large enough.
 
 @section Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat?
 
-Yes. Read the Developers Guide of the FFmpeg documentation. Alternatively,
+Yes. Check the @file{doc/examples} directory in the source
+repository, also available online at:
+@url{https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples}.
+
+Examples are also installed by default, usually in
+@code{$PREFIX/share/ffmpeg/examples}.
+
+Also you may read the Developers Guide of the FFmpeg documentation. Alternatively,
 examine the source code for one of the many open source projects that
 already incorporate FFmpeg at (@url{projects.html}).
 
-- 
GitLab