summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-15 12:18:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-15 12:18:47 +0000
commit65d0bea8f5382e02eaed27a2013174bd1be4c5e8 (patch)
tree10545abfe34a2138f1488041eb2f3531e807e8e1 /doc
parentf5f11d7101aba3a6ed497f4cc805b842433f8192 (diff)
add a entry to the policy about fixing warnings (i think this is common sense but if anydeveloper disagrees, just say so
and ill revert it and we can disscuss it on ffmpeg-dev) Originally committed as revision 8410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 714a5cfaa6..babf35e810 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1565,6 +1565,9 @@ please use av_log() instead.
component of the @file{libavcodec} version number appropriately. If
it has a fourcc, add it to @file{libavformat/avienc.c}, even if it
is only a decoder.
+@item
+ Do not change code to hide warnings without ensuring that the underlaying
+ logic is correct and thus the warning was inappropriate
@end enumerate
We think our rules are not too hard. If you have comments, contact us.