summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2011-03-13 23:29:19 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-13 18:45:29 -0400
commit21de920472cc3d338312957bfd03dcac278b5ae3 (patch)
tree3f22e02f5e518a738ed8307dcdf02a9e44c36140 /doc/faq.texi
parent0e6a3ee4fa317f674a3e895188620aa5839cc414 (diff)
Update the url to the site website and change ffmpeg-devel to libav-devel
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index b8a13b79eb..e92c0e5f26 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -25,7 +25,7 @@ Nowhere. We do not support old FFmpeg versions in any way, we simply lack
the time, motivation and manpower to do so. If you have a problem with an
old version of FFmpeg, upgrade to the latest Subversion snapshot. If you
still experience the problem, then you can report it according to the
-guidelines in @url{http://ffmpeg.org/bugreports.html}.
+guidelines in @url{http://libav.org/bugreports.html}.
@section Why doesn't FFmpeg support feature [xyz]?
@@ -40,13 +40,13 @@ No. Windows DLLs are not portable, bloated and often slow.
Moreover FFmpeg strives to support all codecs natively.
A DLL loader is not conducive to that goal.
-@section My bug report/mail to ffmpeg-devel/user has not received any replies.
+@section My bug report/mail to libav-devel/user has not received any replies.
Likely reasons
@itemize
@item We are busy and haven't had time yet to read your report or
investigate the issue.
-@item You didn't follow @url{http://ffmpeg.org/bugreports.html}.
+@item You didn't follow @url{http://libav.org/bugreports.html}.
@item You didn't use Subversion HEAD.
@item You reported a segmentation fault without gdb output.
@item You describe a problem but not how to reproduce it.
@@ -124,7 +124,7 @@ problem and an NP-hard problem...
@section ffmpeg does not work; what is wrong?
Try a @code{make distclean} in the ffmpeg source directory before the build. If this does not help see
-(@url{http://ffmpeg.org/bugreports.html}).
+(@url{http://libav.org/bugreports.html}).
@section How do I encode single pictures into movies?