Mercurial > libavformat.hg
changeset 1052:66bd5e175690 libavformat
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
author | kostya |
---|---|
date | Fri, 07 Apr 2006 16:59:57 +0000 |
parents | eda6e2c47b6f |
children | df4150ae4ebf |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Thu Apr 06 03:33:10 2006 +0000 +++ b/avienc.c Fri Apr 07 16:59:57 2006 +0000 @@ -200,6 +200,7 @@ { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') }, { CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') }, { CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') }, + { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') }, { CODEC_ID_RAWVIDEO, 0 }, { CODEC_ID_NONE, 0 }, };