avcodec: Resolve the codec_id compatibility issue.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-24 21:21:45 +02:00
parent dc38625ebc
commit 2179fc48b2
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@
* *
* If you add a codec ID to this list, add it so that * 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), * 1. no value of a existing codec ID changes (that would break ABI),
* 2. it is as close as possible to similar codecs. * 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 independantly add CodecIDs without producing conflicts.
*/ */
enum CodecID { enum CodecID {
CODEC_ID_NONE, CODEC_ID_NONE,