summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-28 10:16:53 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-29 10:47:59 +0200
commitbbabeb56fac38347b976e7b84639de53306e4bf2 (patch)
tree0cb732f63f5f65375174b00e0f51db9951e58ca3 /libavcodec
parent7baa115a33ab516c85ac94f6c5cdaee73e65ddf8 (diff)
Add reminders to update the codec descriptor list with new codec IDs.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9658b67ab6..07d75c2692 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -88,6 +88,9 @@
* If you add a codec ID to this list, add it so that
* 1. no value of a existing codec ID changes (that would break ABI),
* 2. it is as close as possible to similar codecs.
+ *
+ * After adding new codec IDs, do not forget to add an entry to the codec
+ * descriptor list and bump libavcodec minor version.
*/
enum AVCodecID {
AV_CODEC_ID_NONE,