Mercurial > libavformat.hg
changeset 3865:a9b8842d33ab libavformat
matroska: add E-AC-3 support
Thanks again Justin !
author | aurel |
---|---|
date | Mon, 01 Sep 2008 15:50:12 +0000 |
parents | b31edc09d556 |
children | f55b5e474321 |
files | matroska.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroska.c Mon Sep 01 15:31:14 2008 +0000 +++ b/matroska.c Mon Sep 01 15:50:12 2008 +0000 @@ -51,7 +51,7 @@ {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F32LE}, {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F64LE}, {"A_AC3" , CODEC_ID_AC3}, -// {"A_EAC3" , CODEC_ID_EAC3}, + {"A_EAC3" , CODEC_ID_EAC3}, {"A_DTS" , CODEC_ID_DTS}, {"A_VORBIS" , CODEC_ID_VORBIS}, {"A_AAC" , CODEC_ID_AAC},