changeset 18164:c692440493c8

added support for DX50 and dx50 4CCs
author nicodvb
date Thu, 20 Apr 2006 20:48:55 +0000
parents 1e4caa08161d
children 471ccd7705d6
files libmpdemux/muxer_mpeg.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/muxer_mpeg.c	Thu Apr 20 20:44:43 2006 +0000
+++ b/libmpdemux/muxer_mpeg.c	Thu Apr 20 20:48:55 2006 +0000
@@ -247,7 +247,9 @@
 		(x == mmioFOURCC('m','p','4','v')) ||
 		(x == mmioFOURCC('M','P','4','V')) ||
 		(x == mmioFOURCC('F', 'M','P','4')) ||
-		(x == mmioFOURCC('f', 'm','p','4'))
+		(x == mmioFOURCC('f', 'm','p','4')) ||
+		(x == mmioFOURCC('D', 'X','5','0')) ||
+		(x == mmioFOURCC('d', 'x','5','0'))
 	);
 }