From 4b44538ce6be7123a996ab2d698fe077c6c0e067 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 24 Sep 2001 23:22:43 +0000 Subject: [PATCH] update Originally committed as revision 145 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/FAQ | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/FAQ b/doc/FAQ index 1393a8b161..4ee34ecd55 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -34,3 +34,8 @@ If the jpegs are named img1.jpg, img2.jpg, img3.jpg,..., use: The same system is used for the other image formats. +6) FFmpeg does not support codec XYZ. Can you include a Windows DLL + loader to support it ? + +No ! FFmpeg only supports open source codecs. Windows DLLs are not +portable, bloated and often slow.