Commit ebd32fd7 authored by Diego Biurrun's avatar Diego Biurrun

Add a note about what to do when adding a new codec.

Originally committed as revision 4848 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b6c1d80
...@@ -1277,6 +1277,9 @@ please use av_log() instead. ...@@ -1277,6 +1277,9 @@ please use av_log() instead.
(e.g. addition of a function). (e.g. addition of a function).
Incrementing the third component means a noteworthy binary compatible Incrementing the third component means a noteworthy binary compatible
change (e.g. encoder bug fix that matters for the decoder). 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 @end enumerate
We think our rules are not too hard. If you have comments, contact us. We think our rules are not too hard. If you have comments, contact us.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment