Mercurial > libavformat.hg
changeset 5789:2c96c4c8b6e9 libavformat
Kega Game Video (KGV1) decoder
author | daniel |
---|---|
date | Tue, 09 Mar 2010 01:03:09 +0000 |
parents | 8539cb618ae7 |
children | dba191dda275 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Tue Mar 09 00:46:26 2010 +0000 +++ b/riff.c Tue Mar 09 01:03:09 2010 +0000 @@ -240,6 +240,7 @@ { CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') }, { CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') }, { CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') }, + { CODEC_ID_KGV1, MKTAG('K', 'G', 'V', '1') }, { CODEC_ID_NONE, 0 } };