diff libmpdemux/mp_taglists.c @ 27482:88c54359eb69

support E-AC-3 decoding using ffmpeg
author aurel
date Mon, 01 Sep 2008 22:37:50 +0000
parents bc54ab99e5b6
children 02d3778bf947
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Mon Sep 01 22:34:27 2008 +0000
+++ b/libmpdemux/mp_taglists.c	Mon Sep 01 22:37:50 2008 +0000
@@ -33,6 +33,7 @@
     { CODEC_ID_AMR_NB,            MKTAG('n', 'b',   0,   0)},
     { CODEC_ID_COOK,              MKTAG('c', 'o', 'o', 'k')},
     { CODEC_ID_DSICINAUDIO,       MKTAG('D', 'C', 'I', 'A')},
+    { CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3')},
     { CODEC_ID_INTERPLAY_DPCM,    MKTAG('I', 'N', 'P', 'A')},
     { CODEC_ID_MLP,               MKTAG('M', 'L', 'P', ' ')},
     { CODEC_ID_MUSEPACK7,         MKTAG('M', 'P', 'C', ' ')},