Skip to content

Commit

Permalink
lavf/riff: Add MultiScope II fourcc MSC2 as MJPEG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cehoyos committed May 5, 2015
1 parent 1ace789 commit e31cdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/riff.c
Expand Up @@ -174,6 +174,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
{ AV_CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') },
{ AV_CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') },
{ AV_CODEC_ID_MJPEG, MKTAG('M', 'S', 'C', '2') }, /* Multiscope II */
{ AV_CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },
/* Pegasus lossless JPEG */
{ AV_CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') },
Expand Down

0 comments on commit e31cdb5

Please sign in to comment.