提交 5b9d235f 编写于 作者: M Michael Niedermayer

10l

Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3b37408b
......@@ -153,6 +153,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
{ CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'g') },
{ CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
{ CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },
{ CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */
{ CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
{ CODEC_ID_HUFFYUV, MKTAG('h', 'f', 'y', 'u') },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册