diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-28 10:16:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-29 10:47:59 +0200 |
commit | bbabeb56fac38347b976e7b84639de53306e4bf2 (patch) | |
tree | 0cb732f63f5f65375174b00e0f51db9951e58ca3 /doc/developer.texi | |
parent | 7baa115a33ab516c85ac94f6c5cdaee73e65ddf8 (diff) | |
download | ffmpeg-bbabeb56fac38347b976e7b84639de53306e4bf2.tar.gz |
Add reminders to update the codec descriptor list with new codec IDs.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index ae9609dae6..aff28b845e 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -404,6 +404,8 @@ send a reminder by email. Your patch should eventually be dealt with. Did you register it in @file{allcodecs.c} or @file{allformats.c}? @item Did you add the AVCodecID to @file{avcodec.h}? + When adding new codec IDs, also add an entry to the codec descriptor + list in @file{libavcodec/codec_desc.c}. @item If it has a fourcc, did you add it to @file{libavformat/riff.c}, even if it is only a decoder? |