summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mp_taglists.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mp_taglists.c')
-rw-r--r--libmpdemux/mp_taglists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/mp_taglists.c b/libmpdemux/mp_taglists.c
index 698b90b012..99f506fbdf 100644
--- a/libmpdemux/mp_taglists.c
+++ b/libmpdemux/mp_taglists.c
@@ -60,6 +60,7 @@ static const AVCodecTag mp_codecid_override_tags[] = {
{ 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},