changeset 32681:8174931b0483

Revert r32761: The codec_tag for flac should not be overwritten.
author cehoyos
date Thu, 06 Jan 2011 15:15:05 +0000
parents cb1961fa7eea
children 0cf4c6f3d56b
files libmpdemux/mp_taglists.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Thu Jan 06 15:13:31 2011 +0000
+++ b/libmpdemux/mp_taglists.c	Thu Jan 06 15:15:05 2011 +0000
@@ -67,7 +67,6 @@
     { 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')},