summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-16 14:33:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-16 14:33:33 +0000
commit9291d5912397509abf408ceea37382bfc803450d (patch)
tree18f763214631400209fcb4fc820cb3c80451c1b3 /doc
parentd0a0bbd22cdd24f429544dac9e9b950f9ac7d35d (diff)
make distclean
Originally committed as revision 3469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index a58a5c0146..232a38e7c7 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -125,6 +125,11 @@ try '-f image -img jpeg test%d.jpg'
some codecs, like mpeg1/2 only allow a small number of fixed framerates,
choose a different codec with -vcodec
+@section it doesnt work
+
+try a 'make distclean' if this doesnt help see
+(@url{ffmpeg-bugreport.html})
+
@chapter Development
@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?