From 71a05464a46c70c6bd64b2119a193c65ca201689 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Tue, 19 May 2015 23:28:26 +0200 Subject: [PATCH] Add wMP4 fourCC for Mp4v --- src/misc/fourcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 7e62c404759e..14b48058eb7c 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -203,6 +203,7 @@ static const staticentry_t p_list_video[] = { E("PLV1", "Pelco DVR MPEG-4"), E("QMP4", "QNAP Systems MPEG-4"), E("qMP4", "QNAP Systems MPEG-4"), + A("wMP4"), /* Seems QNAP too */ /* 3ivx delta 3.5 Unsupported * putting it here gives extreme distorted images */ //E("3IV1", "3ivx delta 3.5 MPEG-4 Video"), -- GitLab