mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
riff: add "lsvm" FourCC for H263.
This commit is contained in:
parent
915524e541
commit
9ab2d5a33c
@ -46,6 +46,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ AV_CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') },
|
||||
{ AV_CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') },
|
||||
{ AV_CODEC_ID_H263, MKTAG('M', '2', '6', '3') },
|
||||
{ AV_CODEC_ID_H263, MKTAG('l', 's', 'v', 'm') },
|
||||
{ AV_CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
|
||||
{ AV_CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* Intel H.263 */
|
||||
{ AV_CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
|
||||
|
Loading…
Reference in New Issue
Block a user