Commit fff09064 authored by michael's avatar michael

codec id addition guidlines


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent badfc158
......@@ -47,6 +47,12 @@ extern "C" {
#define AV_TIME_BASE 1000000
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
/**
*
* 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. closest to similar codecs
*/
enum CodecID {
CODEC_ID_NONE,
CODEC_ID_MPEG1VIDEO,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment