Mercurial > libavformat.hg
changeset 863:227caa55d8ea libavformat
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
author | melanson |
---|---|
date | Thu, 13 Oct 2005 04:31:55 +0000 |
parents | aa0abab5e320 |
children | 00a3ba030166 |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Wed Oct 12 23:25:15 2005 +0000 +++ b/avienc.c Thu Oct 13 04:31:55 2005 +0000 @@ -188,6 +188,7 @@ { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') }, { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') }, { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, + { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') }, { CODEC_ID_RAWVIDEO, 0 }, { 0, 0 }, };