aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-30 17:28:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-30 17:28:21 +0200
commite8e4c8bddee7b77747346ca5047a84cc40dafc11 (patch)
tree8062747ec4d71f28da7fc9377af81cea3394022b /libavcodec/avcodec.h
parentf4c020e3ad0a2a1412cc94b3d7df7063b37ae429 (diff)
parent8db73c61a7b24bc4f4d3d415bea2990d17d16354 (diff)
downloadffmpeg-e8e4c8bddee7b77747346ca5047a84cc40dafc11.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: build: allow non-standard variations of linker -l/-L flags Add reminders to update the codec descriptor list with new codec IDs. Conflicts: Makefile configure libavcodec/avcodec.h libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c3cde347d3..f4ed8ce2a4 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -90,6 +90,9 @@
* 1. no value of a existing codec ID changes (that would break ABI),
* 2. Give it a value which when taken as ASCII is recognized uniquely by a human as this specific codec.
* This ensures that 2 forks can independently add AVCodecIDs without producing conflicts.
+ *
+ * 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,