projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351f6b4
)
codec id addition guidlines
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 27 Mar 2007 11:18:24 +0000
(11:18 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 27 Mar 2007 11:18:24 +0000
(11:18 +0000)
Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index 74805d92b0e7afbe2c44698950548ea419378ce8..6dbd355bd8e73792ab7db770036cfc2cb93620f4 100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-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,