Skip to content

Commit

Permalink
avformat/riff: add M101
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed May 6, 2016
1 parent 4155d5e commit 5621da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libavformat/riff.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_RSCC, MKTAG('R', 'S', 'C', 'C') },
{ AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
{ AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '1') },

{ AV_CODEC_ID_NONE, 0 }
};

Expand Down

0 comments on commit 5621da4

Please sign in to comment.