diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-03 13:45:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-03 13:45:41 +0000 |
commit | c8b4365258b2d1eabc3429865f342302e973695b (patch) | |
tree | a380b42332e27bdff4e8ea1451e889e7655a3153 /doc | |
parent | af2272b2093d3df16575b29a5193a1663b97de71 (diff) | |
download | ffmpeg-c8b4365258b2d1eabc3429865f342302e973695b.tar.gz |
Remove entry about unsupported QCELP codec, it is now supported.
Originally committed as revision 15988 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index fa9e159062..61a670dda3 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -166,11 +166,6 @@ Applying that to the previous example: Beware that there is no "jpeg" codec. Use "mjpeg" instead. -@section I get "Unsupported codec (id=86043) for input stream #0.1". What is the problem? - -This is the Qcelp codec, FFmpeg has no support for that codec currently. -Try MEncoder/MPlayer, it might work. - @section Why do I see a slight quality degradation with multithreaded MPEG* encoding? For multithreaded MPEG* encoding, the encoded slices must be independent, |