Commit b4506d10 authored by bcoudurier's avatar bcoudurier

add png fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 63709791
......@@ -122,6 +122,7 @@ static const CodecTag mov_video_tags[] = {
{ 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 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment