mirror of https://git.ffmpeg.org/ffmpeg.git
Use M4S2 as default video tag for MPEG-4 ASP in asf.
This commit is contained in:
parent
9a2ceee2e3
commit
3bcbd8c5c7
|
@ -215,8 +215,8 @@ typedef struct {
|
|||
} ASFContext;
|
||||
|
||||
static const AVCodecTag codec_asf_bmp_tags[] = {
|
||||
{ CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
|
||||
{ CODEC_ID_NONE, 0 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue