Use M4S2 as default video tag for MPEG-4 ASP in asf.

This commit is contained in:
Carl Eugen Hoyos 2011-10-05 23:39:57 +02:00
parent 9a2ceee2e3
commit 3bcbd8c5c7
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
};