Mercurial > libavformat.hg
changeset 324:3ef8c842fe78 libavformat
DUCK codec
author | melanson |
---|---|
date | Wed, 03 Dec 2003 04:58:48 +0000 |
parents | 0fb9e6396a0d |
children | e1d4300bf783 |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Mon Dec 01 13:59:08 2003 +0000 +++ b/avienc.c Wed Dec 03 04:58:48 2003 +0000 @@ -154,6 +154,7 @@ { CODEC_ID_MSVIDEO1, MKTAG('W', 'H', 'A', 'M') }, { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') }, { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, + { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') }, { 0, 0 }, };