Mercurial > libavformat.hg
changeset 4897:d5c3a291ff4d libavformat
Add zygo fourcc.
author | michael |
---|---|
date | Sun, 19 Apr 2009 21:24:36 +0000 |
parents | 7c3c541b421e |
children | 609322be76a6 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Sun Apr 19 13:29:11 2009 +0000 +++ b/riff.c Sun Apr 19 21:24:36 2009 +0000 @@ -38,6 +38,7 @@ { CODEC_ID_H263, MKTAG('T', '2', '6', '3') }, { CODEC_ID_H263, MKTAG('L', '2', '6', '3') }, { CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') }, + { CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') }, { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') }, { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */ { CODEC_ID_H261, MKTAG('H', '2', '6', '1') },