Commit a2ce8748 authored by al3x's avatar al3x

added mjpeg


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1028 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 16745e74
......@@ -82,6 +82,7 @@ CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') },
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
{ 0, 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