Mercurial > libavformat.hg
comparison avienc.c @ 435:fd86b9544cf1 libavformat
4xm codec tag
author | michael |
---|---|
date | Sun, 11 Apr 2004 19:18:53 +0000 |
parents | e1d8e734e003 |
children | dd042d607ec9 |
comparison
equal
deleted
inserted
replaced
434:e1d8e734e003 | 435:fd86b9544cf1 |
---|---|
156 { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') }, | 156 { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') }, |
157 { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, | 157 { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, |
158 { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') }, | 158 { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') }, |
159 { CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') }, | 159 { CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') }, |
160 { CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, | 160 { CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, |
161 { CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') }, | |
161 { 0, 0 }, | 162 { 0, 0 }, |
162 }; | 163 }; |
163 | 164 |
164 unsigned int codec_get_tag(const CodecTag *tags, int id) | 165 unsigned int codec_get_tag(const CodecTag *tags, int id) |
165 { | 166 { |