rename missed CodecID to AVCodecID

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-08-07 23:57:21 +02:00
parent 2fc7c818cb
commit bb2f13c19f
10 changed files with 13 additions and 13 deletions

View File

@@ -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,