mirror of https://git.ffmpeg.org/ffmpeg.git
Support FourCC mjpa as MJPEG.
Fixes issue 1492. Originally committed as revision 20296 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9dd08b4e1e
commit
94ec3aca56
|
@ -119,6 +119,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') },
|
||||
{ CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */
|
||||
{ CODEC_ID_JPEGLS, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - encoder */
|
||||
|
|
Loading…
Reference in New Issue