diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-19 08:41:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-19 08:41:47 +0000 |
commit | 2c880fe10137dbd18873cfb0f9b2a5a7c8eb3e41 (patch) | |
tree | 04c7b4bda84058bd13d7364222760d1e08fe190e /doc/faq.texi | |
parent | e7f6c252a247688c6b68429d084a3573aa6800a4 (diff) | |
download | ffmpeg-2c880fe10137dbd18873cfb0f9b2a5a7c8eb3e41.tar.gz |
Clarify bug reporting policy with regard to releases.
Originally committed as revision 24322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 6229666f20..7b0c75a1f0 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -20,10 +20,11 @@ request more timely and/or frequent releases unless you are willing to help out creating them. @section I have a problem with an old version of FFmpeg; where should I report it? -Nowhere. Upgrade to the latest release or if there is no recent release upgrade -to Subversion HEAD. You could also try to report it. Maybe you will get lucky and -become the first person in history to get an answer different from "upgrade -to Subversion HEAD". +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}. @section Why doesn't FFmpeg support feature [xyz]? |