# HG changeset patch # User michael # Date 1169382644 0 # Node ID 9240521ca4fd567e402ab2e7b0550ce56f921dad # Parent ba58d49d4685a54824b639a1864d79400b65ce27 this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used diff -r ba58d49d4685 -r 9240521ca4fd asf-enc.c --- a/asf-enc.c Sun Jan 21 12:08:31 2007 +0000 +++ b/asf-enc.c Sun Jan 21 12:30:44 2007 +0000 @@ -190,6 +190,7 @@ 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_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { CODEC_ID_NONE, 0 }, };