Mercurial > mplayer.hg
changeset 29557:f1f13389cd49
Fix EAC3 in MPEG transport streams with -demuxer lavf.
Patch by Wang William, william0wang gmail
author | cehoyos |
---|---|
date | Mon, 31 Aug 2009 09:09:00 +0000 |
parents | 8635f13f0d2e |
children | e71981bd196c |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Mon Aug 31 09:00:37 2009 +0000 +++ b/libmpdemux/mp_taglists.c Mon Aug 31 09:09:00 2009 +0000 @@ -58,6 +58,7 @@ { CODEC_ID_AAC, MKTAG('M', 'P', '4', 'A')}, { CODEC_ID_AC3, 0x2000}, { CODEC_ID_DTS, 0x2001}, + { CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3')}, { CODEC_ID_H264, MKTAG('H', '2', '6', '4')}, { CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')}, { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's')},