summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-07 23:57:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-07 23:57:21 +0200
commitbb2f13c19ff8ff6e5f1c67a5ae53991e64609490 (patch)
tree630289d107c50c334def61666962da85342dda5c /libavcodec/avcodec.h
parent2fc7c818cb7b7bfdca69d17ab9f1b48290dbc3f6 (diff)
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d148d699c5..263ed0e6c2 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -92,7 +92,7 @@
* 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. 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 CodecIDs without producing conflicts.
+ * This ensures that 2 forks can independently add AVCodecIDs without producing conflicts.
*/
enum AVCodecID {
AV_CODEC_ID_NONE,