Commit e710448d authored by diego's avatar diego

Clarify codec addition instructions.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7491a1e2
...@@ -1278,8 +1278,11 @@ please use av_log() instead. ...@@ -1278,8 +1278,11 @@ please use av_log() instead.
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 @item
If you add a new codec, remember to update the changelog, add it to the If you add a new codec, remember to update the changelog, add it to
supported codecs table and bump the version number appropriately. the supported codecs table in the documentation and bump the second
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.
@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