Mercurial > libavformat.hg
changeset 951:f4bbb2b3a55f libavformat
dosbox native ZMBV decoder, courtesy of Kostya
author | melanson |
---|---|
date | Sun, 12 Feb 2006 08:53:29 +0000 |
parents | 3a64595e57be |
children | 5fdcae83a82f |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Sun Feb 12 06:49:40 2006 +0000 +++ b/avienc.c Sun Feb 12 08:53:29 2006 +0000 @@ -195,6 +195,7 @@ { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, { 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_RAWVIDEO, 0 }, { 0, 0 }, };