changeset 32674:43d793e6e5b7

Fix flac in mov for -demuxer lavf.
author cehoyos
date Thu, 06 Jan 2011 12:21:48 +0000
parents 9bb86c2a9dc5
children c70109fc98b2
files libmpdemux/mp_taglists.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Wed Jan 05 16:37:45 2011 +0000
+++ b/libmpdemux/mp_taglists.c	Thu Jan 06 12:21:48 2011 +0000
@@ -67,6 +67,7 @@
     { CODEC_ID_ADPCM_IMA_AMV,     MKTAG('A', 'M', 'V', 'A')},
     { CODEC_ID_DTS,               0x2001},
     { CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3')},
+    { CODEC_ID_FLAC,              MKTAG('f', 'L', 'a', 'C')},
     { CODEC_ID_H264,              MKTAG('H', '2', '6', '4')},
     { CODEC_ID_MPEG4,             MKTAG('M', 'P', '4', 'V')},
     { CODEC_ID_PCM_BLURAY,        MKTAG('B', 'P', 'C', 'M')},