mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
riff: support BW10 as mpeg1
This commit is contained in:
parent
eaec09a575
commit
771cb3e592
@ -162,6 +162,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
/* Matrox MPEG-2 intra-only */
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '1') },
|
||||
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', 'v') },
|
||||
{ AV_CODEC_ID_MPEG1VIDEO, MKTAG('B', 'W', '1', '0') },
|
||||
{ AV_CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
|
||||
{ AV_CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
|
||||
{ AV_CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') },
|
||||
|
Loading…
Reference in New Issue
Block a user