summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-14 01:31:23 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-14 01:31:23 +0000
commitebd32fd747fee3cace5e53f5f3afe39f74032922 (patch)
treeda2362bbb592e9e3010e937b56d89aee08788587 /doc
parent2b6c1d80ca6900e054cc6a1180942768ac57f0a3 (diff)
Add a note about what to do when adding a new codec.
Originally committed as revision 4848 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 52d3aa4b11..6586343426 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1277,6 +1277,9 @@ please use av_log() instead.
(e.g. addition of a function).
Incrementing the third component means a noteworthy binary compatible
change (e.g. encoder bug fix that matters for the decoder).
+@item
+ If you add a new codec, remember to update the changelog, add it to the
+ supported codecs table and bump the version number appropriately.
@end enumerate
We think our rules are not too hard. If you have comments, contact us.