diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-03-13 21:16:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-03-13 21:16:18 +0000 |
commit | 36d9b4e80b72f8d87c8142fc8e07a8ce58944c73 (patch) | |
tree | 81f63494bebc57182a59fd241ec2bb6f9264bc55 /doc/ffmpeg-doc.texi | |
parent | 247d56f568a7d77ecb8cf6cb3769c258d85c362f (diff) | |
download | ffmpeg-36d9b4e80b72f8d87c8142fc8e07a8ce58944c73.tar.gz |
(f)pritf() vs. av_log() and 'make test' update
Originally committed as revision 2880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index e205904d86..88610784c5 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -937,6 +937,9 @@ Comments: for functions visible from other modules, use the JavaDoc format (see examples in @file{libav/utils.c}) so that a documentation can be generated automatically. +fprintf and printf are forbidden in libavformat and libavcodec, +please use av_log() instead. + @section Submitting patches When you submit your patch, try to send a unified diff (diff '-up' @@ -969,7 +972,7 @@ The regression test then goes on to test the ffserver code with a limited set of streams. It is important that this step runs correctly as well. -Run 'make test' to test all the codecs. +Run 'make test' to test all the codecs and formats. Run 'make fulltest' to test all the codecs, formats and ffserver. |