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 @@ -1558,10 +1558,6 @@ please use av_log() instead. Never write to unallocated memory, never write over the end of arrays, 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