Mercurial > libavformat.hg
changeset 1661:1c022c843762 libavformat
add png fourcc
author | bcoudurier |
---|---|
date | Tue, 16 Jan 2007 00:26:39 +0000 |
parents | e071dbfd4769 |
children | 089437ba7744 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Mon Jan 15 23:47:53 2007 +0000 +++ b/mov.c Tue Jan 16 00:26:39 2007 +0000 @@ -122,6 +122,7 @@ { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */ { CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */ { CODEC_ID_WMV3, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */ + { CODEC_ID_PNG, MKTAG('p', 'n', 'g', ' ') }, { CODEC_ID_NONE, 0 }, };