Mercurial > libavformat.hg
changeset 1946:d7a567829189 libavformat
add some codec object type ids
author | bcoudurier |
---|---|
date | Sat, 24 Mar 2007 15:16:03 +0000 |
parents | 2cc85829ea98 |
children | cf875ab73dce |
files | isom.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/isom.c Sat Mar 24 15:11:47 2007 +0000 +++ b/isom.c Sat Mar 24 15:16:03 2007 +0000 @@ -43,6 +43,9 @@ { CODEC_ID_MPEG1VIDEO, 106 }, /* 11172-2 */ { CODEC_ID_MP3 , 107 }, /* 11172-3 */ { CODEC_ID_MJPEG , 108 }, /* 10918-1 */ + { CODEC_ID_PNG , 109 }, + { CODEC_ID_JPEG2000 , 110 }, /* 15444-1 */ + { CODEC_ID_VC1 , 163 }, { CODEC_ID_PCM_S16LE , 224 }, { CODEC_ID_VORBIS , 221 }, { CODEC_ID_QCELP , 225 },