diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-07 23:57:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-07 23:57:21 +0200 |
commit | bb2f13c19ff8ff6e5f1c67a5ae53991e64609490 (patch) | |
tree | 630289d107c50c334def61666962da85342dda5c /libavcodec/avcodec.h | |
parent | 2fc7c818cb7b7bfdca69d17ab9f1b48290dbc3f6 (diff) | |
download | ffmpeg-bb2f13c19ff8ff6e5f1c67a5ae53991e64609490.tar.gz |
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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, |