mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
add uldx fourcc to mpeg4 in riff.c
Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bdd19e29df
commit
5bc3fc2187
@ -78,6 +78,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_MPEG4, MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */
|
||||
{ CODEC_ID_MPEG4, MKTAG('S', 'N', '4', '0') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('V', 'S', 'P', 'X') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('U', 'L', 'D', 'X') },
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') },
|
||||
|
Loading…
Reference in New Issue
Block a user