mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/riff: add M702
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
df820af2c5
commit
dc34fa6a9e
|
@ -169,6 +169,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('E', 'M', '2', 'V') },
|
||||
/* Matrox MPEG-2 intra-only */
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '1') },
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '2') },
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '3') },
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '4') },
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '5') },
|
||||
|
|
Loading…
Reference in New Issue