mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
Originally committed as revision 20796 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f63e5a7410
commit
ab176fdffb
2 changed files with 3 additions and 1 deletions
|
|
@ -138,6 +138,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ CODEC_ID_MJPEG, MKTAG('M', 'V', 'J', 'P') }, /* Midvid JPEG Video Codec */
|
||||
{ CODEC_ID_MJPEG, MKTAG('A', 'V', 'I', '1') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('A', 'V', 'I', '2') },
|
||||
{ CODEC_ID_MJPEG, MKTAG('M', 'T', 'S', 'J') },
|
||||
{ CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
|
||||
{ CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') },
|
||||
{ CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue