diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-11-10 02:25:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-11-10 02:25:47 +0000 |
commit | 4519b8a672241a8f77345ff7791257fbeef74e7d (patch) | |
tree | 749823cc0d6a57a0cf5027aa8881d039726e8b9e /doc/faq.texi | |
parent | 68dce79b0077b15bf27eb3017105f226c24b40d8 (diff) | |
download | ffmpeg-4519b8a672241a8f77345ff7791257fbeef74e7d.tar.gz |
FFmpeg and feature requests
Originally committed as revision 4684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index fc708c1fd1..4c276052e0 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -144,6 +144,14 @@ default. @chapter Development +@section Why doesn't FFmpeg support feature [xyz]? + +Because no one has taken on that task yet. FFmpeg development is +driven by the tasks that are important to the individual developers. +If there is a feature that is important to you, the best way to get +it implemented is to undertake the task yourself. + + @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, |