diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-15 19:23:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-15 19:23:32 +0000 |
commit | 8b5f8e18eb1b686232937904f0827cae46182fa4 (patch) | |
tree | 77f88a8be21c0eb8f5f3b970ff6adc2978a77a67 | |
parent | ce10ff8e3d0e4b53b457a1d3399bc8604563120f (diff) | |
download | ffmpeg-8b5f8e18eb1b686232937904f0827cae46182fa4.tar.gz |
remove secure password delivery requirement after complaint by the SVN admin
Originally committed as revision 8416 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 42948bd27b..c91b3b12b3 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1559,10 +1559,6 @@ please use av_log() instead. always check values read from some untrusted source before using them as array index or other risky things. @item - Developers who have provided a public GPG key shall only receive - passwords or other sensitive information related to FFmpeg encrypted - with their GPG key or in another secure way. -@item Remember to check if you need to bump versions for the specific libav parts (libavutil, libavcodec, libavformat) you are changing. You need to change the version integer and the version string. |