Support writing E-AC3 in wav.

This commit is contained in:
Carl Eugen Hoyos
2014-01-29 00:48:50 +01:00
parent 862174ec83
commit bf9a8d183d
3 changed files with 8 additions and 1 deletions

View File

@ -413,6 +413,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_AAC, 0x1600 },
{ AV_CODEC_ID_AAC_LATM, 0x1602 },
{ AV_CODEC_ID_AC3, 0x2000 },
/* There is no Microsoft Format Tag for E-AC3, the GUID has to be used */
{ AV_CODEC_ID_EAC3, 0x2000 },
{ AV_CODEC_ID_DTS, 0x2001 },
{ AV_CODEC_ID_SONIC, 0x2048 },
{ AV_CODEC_ID_SONIC_LS, 0x2048 },