changeset 29558:e71981bd196c

Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
author cehoyos
date Mon, 31 Aug 2009 09:35:56 +0000
parents f1f13389cd49
children 8fd1ec0984b9
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:09:00 2009 +0000
+++ b/libmpdemux/mp_taglists.c	Mon Aug 31 09:35:56 2009 +0000
@@ -60,6 +60,7 @@
     { CODEC_ID_DTS,               0x2001},
     { CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3')},
     { 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')},
     { CODEC_ID_PCM_S8,            MKTAG('t', 'w', 'o', 's')},
     { CODEC_ID_PCM_U8,            1},